Ignore:
Timestamp:
2007/04/25 12:50:54 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r12185 r12190  
    366366    // ¥×¥í¥°¥é¥à¤Ç½ñ¹þ¤ß¤µ¤ì¤ë¥Õ¥¡¥¤¥ë¡¦¥Ç¥£¥ì¥¯¥È¥ê 
    367367    $arrWriteFile = array( 
    368         ".." . HTML2DATA_DIR . "install.inc", 
     368        ".." . HTML2DATA_DIR . "install.php", 
    369369        "../user_data", 
    370370        "../cp", 
     
    792792     
    793793    $data_path = $root_dir . "../data/"; 
    794     $filepath = $data_path . "install.inc"; 
     794    $filepath = $data_path . "install.php"; 
    795795     
    796796    $config_data =  
Note: See TracChangeset for help on using the changeset viewer.