亚洲日韩欧美激情第3页_99久re热视频这只有精品6_亚洲小电影在线观看的网址_9月婷婷人人澡人人添

route Error

8.      }
9.      syClass('sysession');
10.      spLaunch("router_prefilter");
11.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
12.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
13.          syError('route Error');
14.          exit;
15.      }
16.      $handle_controller->$__action();
17.      if(FALSE != $GLOBALS['G_DY']['view']['auto_display']){
18.          $__tplname $__controller.$GLOBALS['G_DY']['view']['auto_display_sep'].
28.  }else{
29.      $MzConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$MzConfig['ext']['view_themes'];
30.      $GLOBALS['mobile']=0;
31.  }
32.  require(YLCMS_PATH."/sys.php");
33.  spRun();