Changeset 6622 for temp/trunk/html/admin/system/load_module.php
- Timestamp:
- 2006/10/25 11:35:10 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/load_module.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/load_module.php
r6619 r6622 13 13 if(is_numeric($_GET['module_id'])) { 14 14 $objQuery = new SC_Query(); 15 $arrRet = $objQuery->select(" *", "dtb_module", "module_id = ?", array($_GET['module_id']));15 $arrRet = $objQuery->select("main_php", "dtb_module", "module_id = ?", array($_GET['module_id'])); 16 16 $path = MODULE_PATH . $arrRet[0]['main_php']; 17 17 if(file_exists($path)) { … … 19 19 exit; 20 20 } else { 21 print("¥â¥¸¥å¡¼¥ë¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£ ");21 print("¥â¥¸¥å¡¼¥ë¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£:".$path); 22 22 } 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.
