Changeset 6093 for temp/trunk
- Timestamp:
- 2006/10/12 14:11:48 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/design/main_edit.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6087 r6093 85 85 foreach($arrRet as $array) { 86 86 if($array['extern_php'] != "") { 87 $path = ROOT_DIR. $array['extern_php'];87 $path = DATA_PATH . $array['extern_php']; 88 88 if(file_exists($path)) { 89 89 require_once($path); -
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.
