Changeset 3737 for temp/trunk


Ignore:
Timestamp:
2006/09/06 19:32:13 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/main_edit.php

    r3736 r3737  
    315315/************************************************************************************************************** 
    316316 * ´Ø¿ô̾   ¡§lfCreateFile 
    317  * ½èÍýÆâÍÆ ¡§TPL¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë 
     317 * ½èÍýÆâÍÆ ¡§¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë 
    318318 * °ú¿ô1    ¡§$pathޥޥޥ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤Î¥Ñ¥¹ 
    319319 * Ìá¤êÃÍ   ¡§¤Ê¤· 
     
    352352    // require.php¤Î¾ì½ê¤ò½ñ¤­´¹¤¨¤ë 
    353353    $php_data = str_replace("###require###", ROOT_DIR . "html/require.php", $php_data); 
    354     sfprintr($php_data); 
    355     exit(); 
    356      
    357     copy(USER_DEF_PHP, $path . ".php");  
    358 } 
     354     
     355    // php¥Õ¥¡¥¤¥ë¤ÎºîÀ® 
     356    $fp = fopen($path,"w"); 
     357    fwrite($fp, $php_data); 
     358    fclose($fp); 
     359} 
Note: See TracChangeset for help on using the changeset viewer.