route Error

4.  function spRun(){
5.      GLOBAL $__controller$__action;
6.      //syClass('syFirewall')->firing($__controller, $__action);
7.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']['controller_path'] . '/' $__controller '.php');
8.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
9.          syError('route Error');
10.          exit;
11.      }
12.      $handle_controller->$__action();
13.      if(FALSE != $GLOBALS['G_DY']['view']['auto_display']){
14.          $__tplname $__controller $GLOBALS['G_DY']['view']['auto_display_sep'] . $__action.$GLOBALS['G_DY']['view']['auto_display_suffix'];
16.      ),
17.  );
18.  $IqConfig['controller_path'] = APP_PATH '/source/' $Location;
19.  $_REQUEST['c'] = 'password';
20.  require(IQ_PATH.'/sys.php');
21.  spRun();