summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-core/luasrc
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-06 18:16:56 +0000
committerSteven Barth <steven@midlink.org>2008-06-06 18:16:56 +0000
commit794a2f537c2235779995192e91c482caf455b9e5 (patch)
treeaf6a553c9e0c50109d0d220855d90ecf6f93162a /modules/admin-core/luasrc
parent331bd2579dc89ebb4e512b803e0ca14ad5a909f9 (diff)
* Fixed an issue that prevented the controller from working with fastindex
Diffstat (limited to 'modules/admin-core/luasrc')
-rw-r--r--modules/admin-core/luasrc/controller/admin/uci.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/admin-core/luasrc/controller/admin/uci.lua b/modules/admin-core/luasrc/controller/admin/uci.lua
index bb8a39185..fc70b9b41 100644
--- a/modules/admin-core/luasrc/controller/admin/uci.lua
+++ b/modules/admin-core/luasrc/controller/admin/uci.lua
@@ -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")