存在非法字符

17.              {
18.                  syError("存在非法字符");
19.              }
20.              if(preg_match('/[\'^£$%&*()}{@#~?><>,=+¬-]/',$v10))
21.              {
22.                  syError("存在非法字符");
23.              }
24.          }
25.          if(TRUE == $GLOBALS['G_DY']['view']['enabled']){
26.              $this->syClass('syView');
27.          }
16.      //        exit;
17.      //    }
18.      $__action=  isset($_REQUEST[$GLOBALS['G_DY']["url_action"]]) ?
19.              $_REQUEST[$GLOBALS['G_DY']["url_action"]] :
20.              $GLOBALS['G_DY']["default_action"];
21.          parent::__construct();
22.          if(!$_SESSION['member']  ){
23.              if($_GET['old_url']){
24.                  $old_url=$_GET['old_url'];
25.                  $url"?c=login&old_url=".$old_url;
26.                  header("Location: $url");
240.          }
241.      }
242.      if(FALSE != $has_define){
243.          $argString '';$comma ''
244.          if(null != $args)for ($i 0$i count($args); $i ++) { $argString .= $comma "\$args[$i]"$comma ', ';}
245.          eval("\$GLOBALS['G_DY']['inst_class'][\$class_name]= new \$class_name($argString);"); 
246.          return $GLOBALS['G_DY']["inst_class"][$class_name];
247.      }
248.      syError($class_name."类定义不存在,请检查。");
249.  }
250.  function myClass($class_name$args null$sdir "") {
22.      }
23.      //载入语言包
24.      load_lang_class();
25.      syClass('sysession');
26.      spLaunch("router_prefilter");
27.      $handle_controller syClass($__controllernull$GLOBALS['G_DY']["controller_path"].'/'.$__controller.".php");
28.      if(!is_object($handle_controller) || !method_exists($handle_controller$__action)){
29.          syError('route Error');
30.          exit;
31.      }
32.      $handle_controller->$__action();
2.  require("config.php");
3.  $doyoConfig['view']['config']['template_dir'] = APP_PATH.'/template/mobile';
4.  $doyoConfig['controller_path'] = APP_PATH.'/source/mobile';
5. 
6.  require(DOYO_PATH."/sys.php");
7.  spRun();