luci-app-freifunk-diagnostics: use FULL_REQUEST_URI
Switch from using the REQUEST_URI CGI variable directly to the canonicalized FULL_REQUEST_URI property. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
8a8eb0d487
commit
697db81246
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
|
||||||
}
|
}
|
||||||
//]]></script>
|
//]]></script>
|
||||||
|
|
||||||
<form method="post" action="<%=pcdata(luci.http.getenv("REQUEST_URI"))%>">
|
<form method="post" action="<%=pcdata(FULL_REQUEST_URI)%>">
|
||||||
<div class="cbi-map">
|
<div class="cbi-map">
|
||||||
<h2 name="content"><%:Diagnostics%></h2>
|
<h2 name="content"><%:Diagnostics%></h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue