diff options
author | Steven Barth <steven@midlink.org> | 2008-12-23 10:36:57 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-12-23 10:36:57 +0000 |
commit | 3a7171d73d5c4fb163b2e2675fd0f76bb645000c (patch) | |
tree | 3085288e7c523d70359156643810ff799cf45bb1 /modules/admin-core | |
parent | 3f50b0351b0d93b71ff0920a5b4236c3bef2647e (diff) |
Sysauth does not have a valid dispatched node: Fall back to REQUEST_URI environment
Diffstat (limited to 'modules/admin-core')
-rw-r--r-- | modules/admin-core/luasrc/view/sysauth.htm | 2 |
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"> |