Changeset 6169
- Timestamp:
- 2006/10/12 21:24:26 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
templates/install_frame.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6168 r6169 337 337 $objPage->tpl_mode = 'step0_1'; 338 338 // ¥Õ¥¡¥¤¥ë¥³¥Ô¡¼ 339 $objPage->copy_mess = sfCopyDir("./user_data/", "../ ../html/user_data/", $objPage->copy_mess);340 $objPage->copy_mess = sfCopyDir("./save_image/", "../ ../html/upload/save_image/", $objPage->copy_mess);339 $objPage->copy_mess = sfCopyDir("./user_data/", "../user_data/", $objPage->copy_mess); 340 $objPage->copy_mess = sfCopyDir("./save_image/", "../upload/save_image/", $objPage->copy_mess); 341 341 return $objPage; 342 342 }
Note: See TracChangeset
for help on using the changeset viewer.
