X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=core%2Fcontrib%2Fwebuci_bootstrap.lua;h=7339e986c53500a2b7c6b7263b81de5b168bb53c;hp=fd4c47ab572602bc3bdd5b73892bf8c25b3785e7;hb=89d84aecedbe9609b5d1f6124669fe101e4ad6f1;hpb=19f41f03ff3cb70742f8ea7b3ed3c7a03b2cfaa0 diff --git a/core/contrib/webuci_bootstrap.lua b/core/contrib/webuci_bootstrap.lua index fd4c47ab5..7339e986c 100644 --- 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)