From: Steven Barth Date: Tue, 6 May 2008 22:43:55 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 0.8.0~1068 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89d84aecedbe9609b5d1f6124669fe101e4ad6f1;p=oweals%2Fluci.git --- 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)