一壹发EDF游戏【中国】有限公司

route Error

20. 
21.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
22. 
23.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
24. 
25.          syError('route Error');
26. 
27.          exit;
28. 
29.      }
30. 
1.  <?php
2.  require("config.php");
3.  $doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/'.$doyoConfig['ext']['view_themes'];
4.  require(DOYO_PATH."/sys.php");
5.  spRun();