From 5fff612e0a051d524b5fd9d7d4a27bba1c2ea286 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sun, 14 Sep 2008 11:12:39 +0000 Subject: Make Boa IPv6-ready. Patch by Alina Friedrichsen. Thanks a lot. --- libs/sgi-webuci/root/usr/lib/boa/luci.lua | 1 + 1 file changed, 1 insertion(+) (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 6cb019d16a..2bb9313a66 100644 --- a/libs/sgi-webuci/root/usr/lib/boa/luci.lua +++ b/libs/sgi-webuci/root/usr/lib/boa/luci.lua @@ -59,6 +59,7 @@ function handle_req(context) env.REMOTE_PORT = context.remote_port env.SERVER_ADDR = context.server_addr env.HTTP_COOKIE = context.cookie + env.HTTP_ACCEPT = context.http_accept env.SCRIPT_NAME = env.REQUEST_URI:sub(1, #env.REQUEST_URI - #env.PATH_INFO) luci.sgi.webuci.run(env, vars) -- cgit v1.2.3