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