From 855b7582d3576f45693e3a48fdb253c813cf4dce Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 14 Jun 2008 14:12:12 +0000 Subject: * Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers * Setting base version to 0.7 --- libs/sgi-webuci/root/usr/lib/boa/luci.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/sgi-webuci/root/usr/lib') diff --git a/libs/sgi-webuci/root/usr/lib/boa/luci.lua b/libs/sgi-webuci/root/usr/lib/boa/luci.lua index 39cee1c602..879ef19b4f 100644 --- a/libs/sgi-webuci/root/usr/lib/boa/luci.lua +++ b/libs/sgi-webuci/root/usr/lib/boa/luci.lua @@ -60,6 +60,5 @@ function handle_req(context) env.SERVER_ADDR = context.server_addr env.SCRIPT_NAME = env.REQUEST_URI:sub(1, #env.REQUEST_URI - #env.PATH_INFO) - luci.sgi.webuci.initenv(env, vars) - luci.dispatcher.httpdispatch() + luci.sgi.webuci.run(env, vars) end -- cgit v1.2.3