Changeset 3738 for temp/trunk


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

blank

Location:
temp/trunk/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/__default.php

    r3735 r3738  
    99    } 
    1010} 
    11  
    12 sfprintr($PHP_DIR); 
    1311 
    1412$objPage = new LC_Page(); 
  • temp/trunk/html/admin/design/main_edit.php

    r3737 r3738  
    138138             
    139139            // PHP¥Õ¥¡¥¤¥ëºîÀ® 
    140             $cre_php = ROOT_DIR . USER_DIR . $_POST['url']; 
     140            $cre_php = ROOT_DIR . USER_DIR . $_POST['url'] . ".php"; 
    141141            lfCreatePHPFile($cre_php); 
    142142        } 
Note: See TracChangeset for help on using the changeset viewer.