* 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 bb8a39185c3340acbd370f9af489be98d7d057e4..fc70b9b410f339b81b140f6b736d90dcd799f00d 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")