projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331bd25
)
* Fixed an issue that prevented the controller from working with fastindex
author
Steven Barth
<steven@midlink.org>
Fri, 6 Jun 2008 18:16:56 +0000
(18:16 +0000)
committer
Steven Barth
<steven@midlink.org>
Fri, 6 Jun 2008 18:16:56 +0000
(18:16 +0000)
modules/admin-core/luasrc/controller/admin/uci.lua
patch
|
blob
|
history
diff --git
a/modules/admin-core/luasrc/controller/admin/uci.lua
b/modules/admin-core/luasrc/controller/admin/uci.lua
index bb8a39185c3340acbd370f9af489be98d7d057e4..fc70b9b410f339b81b140f6b736d90dcd799f00d 100644
(file)
--- 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")