Changeset 12313


Ignore:
Timestamp:
2007/05/08 20:32:14 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/install/index.php

    r12312 r12313  
    793793    $data_path = sfRmDupSlash($root_dir . HTML2DATA_DIR); 
    794794    $data_path = realpath($data_path); 
    795     $filepath = $data_path . "/install.php"; 
     795    // ¸ìÈø¤Ë'/'¤ò¤Ä¤±¤ë 
     796    if (!ereg("/$", $data_path)) { 
     797        $data_path = $data_path . "/"; 
     798    } 
     799    $filepath = $data_path . "install.php"; 
    796800     
    797801    $config_data =  
Note: See TracChangeset for help on using the changeset viewer.