route Error

12.      }
13.      syClass('sysession');
14.      spLaunch("router_prefilter");
15.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"] . '/' $__controller ".php");
16.      if (!is_object($handle_controller) || !method_exists($handle_controller$__action)) {
17.          syError('route Error');
18.          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'] .
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();