route Error
- /data/wwwroot/antaeus/wwwroot/include/Functions.php on line 13
8.
}
9.
syClass('sysession');
10.
spLaunch("router_prefilter");
11.
$handle_controller = syClass($__controller, null, $GLOBALS['G']["controller_path"].'/'.$__controller.".php");
12.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
13.
14.
syError('route Error');
exit;
15.
}
16.
$handle_controller->$__action();
17.
if(FALSE != $GLOBALS['G']['view']['auto_display']){
18.
$__tplname = $__controller.$GLOBALS['G']['view']['auto_display_sep'].
- /data/wwwroot/antaeus/wwwroot/index.php on line 20
15.
echo '<title>'.$sysConfig['ext']['site_name'].'</title>';
16.
echo $sysConfig['ext']['site_cause'];
17.
exit;
18.
}
19.
require(SYS_PATH."/sys.php");
20.
21.
spRun();