route Error
- /usr/home/qxu1099130194/htdocs/include/Functions.php on line 21
16.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
17.
18.
19.
20.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
21.
22.
syError('route Error');
exit;
23.
24.
}
25.
$handle_controller->$__action();
26.
- /usr/home/qxu1099130194/htdocs/index.php on line 21
16.
17.
$yitongConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$yitongConfig['ext']['view_themes'];
18.
19.
require(YITONG_PATH."/sys.php");
20.
21.
spRun();