* Fixed an issue that prevented the controller from working with fastindex
authorSteven Barth <steven@midlink.org>
Fri, 6 Jun 2008 18:16:56 +0000 (18:16 +0000)
committerSteven Barth <steven@midlink.org>
Fri, 6 Jun 2008 18:16:56 +0000 (18:16 +0000)
modules/admin-core/luasrc/controller/admin/uci.lua

index bb8a391..fc70b9b 100644 (file)
@@ -1,6 +1,4 @@
 module("luci.controller.admin.uci", package.seeall)
-require("luci.util")
-require("luci.sys")
 
 function index()
        node("admin", "uci", "changes").target = call("action_changes")