Changeset 6093 for temp/trunk/html
- Timestamp:
- 2006/10/12 14:11:48 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
admin/design/main_edit.php (modified) (1 diff)
-
install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/main_edit.php
r6087 r6093 362 362 363 363 // 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); 365 365 366 366 // php¥Õ¥¡¥¤¥ë¤ÎºîÀ® -
temp/trunk/html/install/index.php
r6092 r6093 624 624 " define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" . 625 625 " define ('DB_PORT', '" . $objDBParam->getValue('db_port') . "');\n" . 626 " define('DATA_PATH', ".$data_path.");\n" .626 " define('DATA_PATH', '".$data_path."');\n" . 627 627 "?>"; 628 628
Note: See TracChangeset
for help on using the changeset viewer.
