Changeset 6093 for temp/trunk/html


Ignore:
Timestamp:
2006/10/12 14:11:48 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html
Files:
2 edited

Legend:

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

    r6087 r6093  
    362362     
    363363    // require.php¤Î¾ì½ê¤ò½ñ¤­´¹¤¨¤ë 
    364     $php_data = str_replace("###require###", ROOT_DIR . "html/require.php", $php_data); 
     364    $php_data = str_replace("###require###", HTML_PATH . "require.php", $php_data); 
    365365     
    366366    // php¥Õ¥¡¥¤¥ë¤ÎºîÀ® 
  • temp/trunk/html/install/index.php

    r6092 r6093  
    624624    "    define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" . 
    625625    "    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" . 
    626     "    define('DATA_PATH', ".$data_path.");\n" . 
     626    "    define('DATA_PATH', '".$data_path."');\n" . 
    627627    "?>"; 
    628628     
Note: See TracChangeset for help on using the changeset viewer.