projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f50b03
)
Sysauth does not have a valid dispatched node: Fall back to REQUEST_URI environment
author
Steven Barth
<steven@midlink.org>
Tue, 23 Dec 2008 10:36:57 +0000
(10:36 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 23 Dec 2008 10:36:57 +0000
(10:36 +0000)
modules/admin-core/luasrc/view/sysauth.htm
patch
|
blob
|
history
diff --git
a/modules/admin-core/luasrc/view/sysauth.htm
b/modules/admin-core/luasrc/view/sysauth.htm
index 49652400fc5d382409d0a1e37d28453714698cff..42f13fa1fec8535c215ce06579dcea1af97276ce 100644
(file)
--- 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">