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:
19f41f0
)
(no commit message)
author
Steven Barth
<steven@midlink.org>
Tue, 6 May 2008 22:43:55 +0000
(22:43 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 6 May 2008 22:43:55 +0000
(22:43 +0000)
core/contrib/webuci_bootstrap.lua
patch
|
blob
|
history
diff --git
a/core/contrib/webuci_bootstrap.lua
b/core/contrib/webuci_bootstrap.lua
index fd4c47ab572602bc3bdd5b73892bf8c25b3785e7..7339e986c53500a2b7c6b7263b81de5b168bb53c 100644
(file)
--- a/
core/contrib/webuci_bootstrap.lua
+++ b/
core/contrib/webuci_bootstrap.lua
@@
-3,8
+3,8
@@
package.cpath = "/usr/lib/lua/?.so;" .. package.cpath
module("webuci", package.seeall)
function prepare_req(uri)
- require("ffluci.menu").get()
REQUEST_URI = uri
+ require("ffluci.menu").get()
end
function init_req(context)