From f7fab0d54f3dfedb3a568c30f2569bd1b3cef5fe Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 4 Jun 2008 00:01:21 +0000 Subject: allow the sgi-webuci prepare_req function to reload the lua context if necessary (not used yet) --- libs/sgi-webuci/root/usr/lib/boa/luci.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/sgi-webuci/root/usr/lib/boa') diff --git a/libs/sgi-webuci/root/usr/lib/boa/luci.lua b/libs/sgi-webuci/root/usr/lib/boa/luci.lua index e34bd5e2d4..c0dab39bcd 100644 --- a/libs/sgi-webuci/root/usr/lib/boa/luci.lua +++ b/libs/sgi-webuci/root/usr/lib/boa/luci.lua @@ -47,6 +47,7 @@ function prepare_req(uri) luci.dispatcher.createindex() env = {} env.REQUEST_URI = uri + -- TODO: setting luci-plugin.reload = true allows this function to trigger a context reload end function handle_req(context) -- cgit v1.2.3