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