婷婷综合成人,美女黄在线,色播播五月,www久久久久,日本黄色录像,日本一区二区精品视频,成人短视频在线免费观看

route Error

16.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
17.      
18.      
19.      
20.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
21.          syError('route Error');
22.          exit;
23.          
24.      }
25.      $handle_controller->$__action();
26.      
16. 
17.  $yitongConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$yitongConfig['ext']['view_themes'];
18.      
19.  require(YITONG_PATH."/sys.php");
20.      
21.  spRun();