浏览代码

Add http.php include in mobile index

Wan Xin 9 年之前
父节点
当前提交
1e5c5433d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  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_CORE_PATH.'/framework/function/http.php');
 require_once (BASE_PATH.'/control/control.php');
 
 //Base::run();