国产精品美女视频一区二区三区|综合久久五月|亚洲精品丝袜字幕一区|日韩精品视频在线观看一区,久久看片网,国产精品成人一区,在线观看av大片

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'].
11.       }    
12.   }
13.  require("config.php");
14.  $yitongConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$yitongConfig['ext']['view_themes'];
15.  require(YITONG_PATH."/sys.php");
16.  spRun();