route Error
- /home/ftp/d/dgml2021/wwwroot/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.
- /home/ftp/d/dgml2021/wwwroot/index.php on line 6
1.
<?php
2.
3.
require("config.php");
4.
$WSConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$WSConfig['ext']['view_themes'];
5.
require(WS_PATH."/sys.php");
6.
spRun();