Ignore:
Timestamp:
2006/10/25 10:09:45 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk/html/admin/system
Files:
2 edited

Legend:

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

    r6566 r6602  
    5757 
    5858// ³ÈÄ¥¥Õ¥¡¥¤¥ë¤Î¥Ð¡¼¥¸¥ç¥ó³Îǧ 
    59 $path = HTML_PATH . "admin/downloads/module/" . $objPage->arrUpdate[0]['main_php']; 
     59$path = MODULE_PATH . $objPage->arrUpdate[0]['main_php']; 
    6060 
    6161if(file_exists($path)) { 
  • temp/trunk/html/admin/system/update.php

    r6309 r6602  
    6565     
    6666    $src_path = sfRmDupSlash(UPDATE_HTTP . $file . ".txt"); 
    67     $dst_path = sfRmDupSlash(DATA_PATH . $file); 
     67    $dst_path = sfRmDupSlash(UPDATE_PATH . $file); 
    6868    $flg_ok = true; // ½èÍý¤ÎÀ®¸ùȽÄê 
    6969     
Note: See TracChangeset for help on using the changeset viewer.