Changeset 6080 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/12 12:59:44 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/update.php
r5934 r6080 61 61 //------------------------------------------------------------------------------------------------------- 62 62 // ¹¹¿·¥Õ¥¡¥¤¥ë¤Î¼èÆÀ 63 function lfCopyUpdateFile($ val) {63 function lfCopyUpdateFile($file) { 64 64 global $objPage; 65 65 66 $src_path = sfRmDupSlash(UPDATE_HTTP . $ val. ".txt");67 $dst_path = sfRmDupSlash(ROOT_DIR . $ val);66 $src_path = sfRmDupSlash(UPDATE_HTTP . $file . ".txt"); 67 $dst_path = sfRmDupSlash(ROOT_DIR . $file); 68 68 $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 69 69
Note: See TracChangeset
for help on using the changeset viewer.
