Err: Method 'home' of 'mainC' is not exists!

127.          }
128.          else
129.              header('Location:'.url("system/login","index"));
130.      }
131.  }
132.  if(!method_exists($controller_obj$action_name)) err("Err: Method '$action_name' of '$controller_name' is not exists!");
133.  $controller_obj->$action_name();
134.  if($controller_obj->_auto_display){
135.      $tpl_name $__controller.$GLOBALS['view']['sep'].$__action.$GLOBALS['view']['suffix'];
136.      $auto_tpl_name $GLOBALS['view']['diy'].$tpl_name;
137.      if(file_exists($GLOBALS['view']['theme'].DS.$auto_tpl_name))$controller_obj->display($tpl_name);
15.  defined('SESSION_TIME') or define('SESSION_TIME''1800');
16.  // if(is_file(ROOT_PATH.'/360safe/360webscan.php')){
17.  //     require_once(ROOT_PATH.'/360safe/360webscan.php');
18.  // } // 注意文件路径
19.  # 加载核心MVC
20.  require(APP_PATH.'S/speed.php');