成人综合国产精品_日韩一区二区免费视频_五月天无码激情在线观看_69精品在线视频_久久伊人久久激情

route Error

8.      }
9.      syClass('sysession');
10.      spLaunch("router_prefilter");
11.      $handle_controller syClass($__controllernull$GLOBALS['G_TL']["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_TL']['view']['auto_display']){
18.          $__tplname $__controller.$GLOBALS['G_TL']['view']['auto_display_sep'].
1.  <?php
2.  require("config.php");
3.  $tlConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$tlConfig['ext']['view_themes'];
4.  require(TL_PATH."/sys.php");
5.  spRun();