route Error
- /www/wwwroot/www.lenovohelp.com/include/Functions.php on line 13
8.
}
9.
syClass("sysession");
10.
spLaunch("router_prefilter");
11.
$handle_controller = syClass($__controller, null, $GLOBALS["G_DY"]["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(isset($GLOBALS['G_DY']['view']['auto_display']) && FALSE != $GLOBALS['G_DY']['view']['auto_display']){
18.
$__tplname = $__controller.$GLOBALS['G_DY']['view']['auto_display_sep'].
- /www/wwwroot/www.lenovohelp.com/index.php on line 5
1.
<?php
2.
require("config.php");
3.
$doyoConfig["view"]["config"]["template_dir"] = ROOT_PATH."/template/".$doyoConfig["ext"]["themes"];
4.
require(IN_PATH."/sys.php");
5.
spRun();