route Error
- /www/wwwroot/www.766vgu.vip/include/Functions.php on line 14
9.
if($_REQUEST['session_id']){if(preg_match("/^[a-zA-Z0-9]*$/", $_REQUEST['session_id']) != 0){session_id($_REQUEST['session_id']);}}
10.
session_start();
11.
spLaunch("router_prefilter");
12.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
13.
if(!is_object($handle_controller) || !method_exists($handle_controller, $__action)){
14.
15.
syError('route Error');
exit;
16.
}
17.
$handle_controller->$__action();
18.
if(FALSE != $GLOBALS['G_DY']['view']['auto_display']){
19.
$__tplname = $__controller.$GLOBALS['G_DY']['view']['auto_display_sep'].
- /www/wwwroot/www.766vgu.vip/index.php on line 9
4.
$deviceType = ($detect->isMobile() ? ($detect->isTablet() ? 'tablet' : 'phone') : 'computer');
5.
if($deviceType=='phone'&&trim($_GET['c'])!='ajax') header('Location:/m/');
6.
require("config.php");
7.
$doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
8.
require(DOYO_PATH."/sys.php");
9.
spRun();