- Timestamp:
- 2006/10/25 12:38:20 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/downloads/module/ebis_tag.php (modified) (1 diff)
-
html/admin/system/module.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/downloads/module/ebis_tag.php
r6642 r6652 28 28 $objView->assignobj($objPage); //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë 29 29 $objView->display($objPage->tpl_mainpage); //¥Æ¥ó¥×¥ì¡¼¥È¤Î½ÐÎÏ 30 30 31 //------------------------------------------------------------------------------------------------------- 31 32 ?> -
temp/trunk/html/admin/system/module.php
r6650 r6652 246 246 $arrFiles[] = $arrRet[0]['extern_php']; 247 247 foreach($arrFiles as $val) { 248 $path = DATA_PATH . $val; 249 if(file_exists($path)) { 250 // ¥Õ¥¡¥¤¥ë¤òºï½ü¤¹¤ë 251 if(unlink($path)) { 252 $objPage->update_mess.= ">> " . $path . "¡§ºï½üÀ®¸ù<br>"; 253 } else { 254 $objPage->update_mess.= ">> " . $path . "¡§ºï½ü¼ºÇÔ<br>"; 255 } 248 $path = MODULE_PATH . $val; 249 // ¥Õ¥¡¥¤¥ë¤òºï½ü¤¹¤ë 250 if(file_exists($path) && unlink($path)) { 251 $objPage->update_mess.= ">> " . $path . "¡§ºï½üÀ®¸ù<br>"; 252 } else { 253 $objPage->update_mess.= ">> " . $path . "¡§ºï½ü¼ºÇÔ<br>"; 256 254 } 257 255 }
Note: See TracChangeset
for help on using the changeset viewer.
