@@ -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();