Changeset 6082 for temp/trunk/html/admin/system
- Timestamp:
- 2006/10/12 13:07:23 (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
r6081 r6082 237 237 $arrFiles[] = $arrRet[0]['extern_php']; 238 238 foreach($arrFiles as $val) { 239 $path = ROOT_DIR. $val;239 $path = DATA_PATH . $val; 240 240 if(file_exists($path)) { 241 241 // ¥Õ¥¡¥¤¥ë¤òºï½ü¤¹¤ë
Note: See TracChangeset
for help on using the changeset viewer.
