Sysauth does not have a valid dispatched node: Fall back to REQUEST_URI environment
This commit is contained in:
parent
3f50b0351b
commit
3a7171d73d
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue