Ignore:
Timestamp:
2007/06/14 22:01:13 (17 years ago)
Author:
adati
Message:

1.4.0a-betaのマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/data/class/SC_View.php

    r14392 r14676  
    4444        $this->_smarty->register_function("sfPrintEbisTag","sfPrintEbisTag"); 
    4545        $this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag"); 
    46         $this->_smarty->default_modifiers = array('script_escape'); 
     46        $this->_smarty->default_modifiers = array('script_escape'); 
    4747         
    4848        if(ADMIN_MODE == '1') {      
     
    9696            print("½èÍý»þ´Ö:" . $time . "ÉÃ"); 
    9797        } 
     98         
     99        if (DEBUG_MODE === true) { 
     100            print($_SERVER["SERVER_ADDR"]."-"); 
     101        } 
    98102    } 
    99103     
Note: See TracChangeset for help on using the changeset viewer.