Browse Source

Add http.php include in mobile index

Wan Xin 9 years ago
parent
commit
1e5c5433d9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mobile/index.php

+ 1 - 0
mobile/index.php

@@ -11,6 +11,7 @@ define('BASE_PATH',str_replace('\\','/',dirname(__FILE__)));
 
 
 ////框架扩展
 ////框架扩展
 require_once (BASE_PATH.'/framework/function/function.php');
 require_once (BASE_PATH.'/framework/function/function.php');
+require_once (BASE_CORE_PATH.'/framework/function/http.php');
 require_once (BASE_PATH.'/control/control.php');
 require_once (BASE_PATH.'/control/control.php');
 
 
 //Base::run();
 //Base::run();