Changeset 6090
- Timestamp:
- 2006/10/12 14:04:44 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/conf/core.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/core.php
r6089 r6090 11 11 */ 12 12 /////////////////////////////////////////////////////////// 13 14 // DATA¥Ç¥£¥ì¥¯¥È¥ê¥Ñ¥¹(ËöÈø¤Ë"/"¤ò¤Ä¤±¤ë)15 define("DATA_PATH", HTML_PATH . "../data/");16 13 17 14 // ¥æ¡¼¥¶¥Õ¥¡¥¤¥ëÊݸÀè -
temp/trunk/html/install/index.php
r6089 r6090 622 622 " define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" . 623 623 " define ('DB_PORT', '" . $objDBParam->getValue('db_port') . "');\n" . 624 " define('DATA_PATH', HTML_PATH . '../data/');\n" . 624 625 "?>"; 625 626 626 627 if($fp = fopen($filepath,"w")) { 627 628 fwrite($fp, $config_data);
Note: See TracChangeset
for help on using the changeset viewer.
