This commit is contained in:
parent
19f41f03ff
commit
89d84aeced
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@ package.cpath = "/usr/lib/lua/?.so;" .. package.cpath
|
||||||
module("webuci", package.seeall)
|
module("webuci", package.seeall)
|
||||||
|
|
||||||
function prepare_req(uri)
|
function prepare_req(uri)
|
||||||
require("ffluci.menu").get()
|
|
||||||
REQUEST_URI = uri
|
REQUEST_URI = uri
|
||||||
|
require("ffluci.menu").get()
|
||||||
end
|
end
|
||||||
|
|
||||||
function init_req(context)
|
function init_req(context)
|
||||||
|
|
Loading…
Reference in a new issue