Ignore:
Timestamp:
2006/10/12 12:59:44 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/update.php

    r5934 r6080  
    6161//------------------------------------------------------------------------------------------------------- 
    6262// ¹¹¿·¥Õ¥¡¥¤¥ë¤Î¼èÆÀ 
    63 function lfCopyUpdateFile($val) { 
     63function lfCopyUpdateFile($file) { 
    6464    global $objPage; 
    6565     
    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); 
    6868    $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 
    6969     
Note: See TracChangeset for help on using the changeset viewer.