summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-core
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-10-19 19:02:05 +0000
committerSteven Barth <steven@midlink.org>2008-10-19 19:02:05 +0000
commitd4b5bbbd5ab90ecf0a45b95740d4edc2cff33d0d (patch)
treefa2c6173fd92fa9490874d238f25c10302b0146d /modules/admin-core
parentc31dc4f97f06bd0d18aff0ab09c8f17c45f37811 (diff)
Use real REQUEST_URI for sysauth
Diffstat (limited to 'modules/admin-core')
-rw-r--r--modules/admin-core/luasrc/view/sysauth.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-core/luasrc/view/sysauth.htm b/modules/admin-core/luasrc/view/sysauth.htm
index 49652400f..42f13fa1f 100644
--- a/modules/admin-core/luasrc/view/sysauth.htm
+++ b/modules/admin-core/luasrc/view/sysauth.htm
@@ -15,7 +15,7 @@ $Id$
<%+header%>
<% luci.i18n.loadc("sysauth") %>
-<form method="post" action="<%=REQUEST_URI%>">
+<form method="post" action="<%=luci.http.getenv("REQUEST_URI")%>">
<div class="cbi-map">
<h2><a id="content" name="content"><%:sysauth_head%></a></h2>
<div class="cbi-map-descr">