route Error
- /www/wwwroot/lanjinghd.com/include/Functions.php on line 25
20.
21.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
22.
23.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
24.
25.
26.
syError('route Error');
27.
exit;
28.
29.
}
30.
- /www/wwwroot/lanjinghd.com/index.php on line 5
1.
<?php
2.
require("config.php");
3.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
4.
require(DOYO_PATH."/sys.php");
5.
spRun();