route Error
- /www/web/dobestchina_net/public_html/include/Functions.php on line 52
47.
spLaunch("router_prefilter");
48.
$handle_controller = syClass($__controller, NULL, $GLOBALS['G_DY']["controller_path"] . '/' . $__controller . ".php");
49.
//var_dump($GLOBALS);exit;
50.
if (!is_object($handle_controller) || !method_exists($handle_controller, $__action))
51.
{
52.
53.
syError('route Error');
exit;
54.
}
55.
$handle_controller->$__action();
56.
if (FALSE != $GLOBALS['G_DY']['view']['auto_display'])
57.
{
- /www/web/dobestchina_net/public_html/index.php on line 28
23.
}
24.
25.
$doyoConfig['view']['config']['template_dir'] = APP_PATH . '/template/' . $doyoConfig['ext']['view_themes'];
26.
$v = 2;
27.
require(DOYO_PATH . "/sys.php");
28.
29.
spRun();
//var_dump(@$_SESSION);