Ignore:
Timestamp:
2006/10/12 13:07:23 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6081 r6082  
    237237        $arrFiles[] = $arrRet[0]['extern_php']; 
    238238        foreach($arrFiles as $val) { 
    239             $path = ROOT_DIR . $val; 
     239            $path = DATA_PATH . $val; 
    240240            if(file_exists($path)) { 
    241241                // ¥Õ¥¡¥¤¥ë¤òºï½ü¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.