route Error
- /www/wwwroot/www.shamane.net/include/Functions.php on line 17
12.
}
13.
syClass('sysession');
14.
spLaunch("router_prefilter");
15.
$handle_controller = syClass($__controller, null, $GLOBALS['G_DY']["controller_path"] . '/' . $__controller . ".php");
16.
if (!is_object($handle_controller) || !method_exists($handle_controller, $__action)) {
17.
18.
syError('route Error');
exit;
19.
}
20.
$handle_controller->$__action();
21.
if (FALSE != $GLOBALS['G_DY']['view']['auto_display']) {
22.
$__tplname = $__controller . $GLOBALS['G_DY']['view']['auto_display_sep'] .
- /www/wwwroot/www.shamane.net/index.php on line 20
15.
$mobile_os_list=array('Google Wireless Transcoder','Windows CE','WindowsCE','Symbian','Android','armv6l','armv5','Mobile','CentOS','mowser','AvantGo','Opera Mobi','J2ME/MIDP','Smartphone','Go.Web','Palm','iPAQ');
16.
$mobile_token_list=array('Profile/MIDP','Configuration/CLDC-','160×160','176×220','240×240','240×320','320×240','UP.Browser','UP.Link','SymbianOS','PalmOS','PocketPC','SonyEricsson','Nokia','BlackBerry','Vodafone','BenQ','Novarra-Vision','Iris','NetFront','HTC_','Xda_','SAMSUNG-SGH','Wapaka','DoCoMo','iPhone','iPod');
17.
18.
$found_mobile=CheckSubstrs($mobile_os_list,$useragent_commentsblock) || CheckSubstrs($mobile_token_list,$useragent);
19.
20.
spRun();