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