Changeset 3013 for temp/trunk
- Timestamp:
- 2006/08/30 17:52:48 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 1 deleted
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/install/__default.php (deleted)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r3007 r3013 21 21 $path = ROOT_DIR . "html/install/index.php"; 22 22 if(file_exists($path)) { 23 sfErrorHeader(">> /install/index.php¤ ¬»Ä¤µ¤ì¤Æ¤¤¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë´°Î»¸å¤Ï¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£");23 sfErrorHeader(">> /install/index.php¤Ï¥»¥¥å¥ê¥Æ¥£¥Û¡¼¥ë¤Ë¤Ê¤ê¤Þ¤¹¡£¥¤¥ó¥¹¥È¡¼¥ë´°Î»¸å¤Ï¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Æ¤¯¤À¤µ¤¤¡£"); 24 24 } 25 25 } -
temp/trunk/html/install/index.php
r2809 r3013 275 275 // ¥Õ¥¡¥¤¥ë¥³¥Ô¡¼ 276 276 $objPage->copy_mess = lfCopyDir("./user_data/", "../../html/user_data/", $objPage->copy_mess); 277 $objPage->copy_mess = lfCopyDir("./save_image/", "../../html/upload/save_image/", $objPage->copy_mess); 277 278 return $objPage; 278 279 }
Note: See TracChangeset
for help on using the changeset viewer.
