Changeset 6602 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/25 10:09:45 (20 years ago)
- Location:
- temp/trunk/html/admin/system
- Files:
-
- 2 edited
-
module.php (modified) (1 diff)
-
update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/module.php
r6566 r6602 57 57 58 58 // ³ÈÄ¥¥Õ¥¡¥¤¥ë¤Î¥Ð¡¼¥¸¥ç¥ó³Îǧ 59 $path = HTML_PATH . "admin/downloads/module/". $objPage->arrUpdate[0]['main_php'];59 $path = MODULE_PATH . $objPage->arrUpdate[0]['main_php']; 60 60 61 61 if(file_exists($path)) { -
temp/trunk/html/admin/system/update.php
r6309 r6602 65 65 66 66 $src_path = sfRmDupSlash(UPDATE_HTTP . $file . ".txt"); 67 $dst_path = sfRmDupSlash( DATA_PATH . $file);67 $dst_path = sfRmDupSlash(UPDATE_PATH . $file); 68 68 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 69 69
Note: See TracChangeset
for help on using the changeset viewer.
