route Error
- C:\wwwroot\bjzzzd\include\Functions.php on line 15
10.
}
11.
syClass('sysession');
12.
spLaunch("router_prefilter");
13.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"] . '/' . $__controller . ".php");
14.
if (!is_object($handle_controller) || !method_exists($handle_controller, $__action)) {
15.
16.
syError('route Error');
exit;
17.
}
18.
$handle_controller->$__action();
19.
if (FALSE != $GLOBALS['G_DY']['view']['auto_display']) {
20.
$__tplname = $__controller . $GLOBALS['G_DY']['view']['auto_display_sep'] .
- C:\wwwroot\bjzzzd\index.php on line 6
1.
<?php
2.
require("config.php");
3.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
4.
define("IS_MOBILE", 0);
5.
require(DOYO_PATH."/sys.php");
6.
spRun();