Err: Method 'home' of 'mainC' is not exists!
- /data/home/bxu2359400518/htdocs/%$#@!$/S/speed.php on line 132
127.
}
128.
else
129.
header('Location:'.url("system/login","index"));
130.
}
131.
}
132.
133.
if(!method_exists($controller_obj, $action_name)) err("Err: Method '$action_name' of '$controller_name' is not exists!");
$controller_obj->$action_name();
134.
if($controller_obj->_auto_display){
135.
$tpl_name = $__controller.$GLOBALS['view']['sep'].$__action.$GLOBALS['view']['suffix'];
136.
$auto_tpl_name = $GLOBALS['view']['diy'].$tpl_name;
137.
if(file_exists($GLOBALS['view']['theme'].DS.$auto_tpl_name))$controller_obj->display($tpl_name);
- /data/home/bxu2359400518/htdocs/index.php on line 20
15.
defined('SESSION_TIME') or define('SESSION_TIME', '1800');
16.
// if(is_file(ROOT_PATH.'/360safe/360webscan.php')){
17.
// require_once(ROOT_PATH.'/360safe/360webscan.php');
18.
// } // 注意文件路徑
19.
# 加載核心MVC
20.
require(APP_PATH.'S/speed.php');