* Added initial version of RPC info API
[project/luci.git] / core / src / ffluci / http.lua
index 44d1a925c42d2963f8dba2319bb741640f8b7fc3..62b9da113206fed26451311292c369fe851abd86 100644 (file)
@@ -27,6 +27,8 @@ limitations under the License.
 
 ]]--
 
+ENV = ENV or {}
+FORM = FORM or {}
 module("ffluci.http", package.seeall)
 
 require("ffluci.util")