From: Jo-Philipp Wich Date: Wed, 4 Apr 2018 21:30:49 +0000 (+0200) Subject: luci-base: use FULL_REQUEST_URI on login form templates X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=053c343ef18e209174e7161f4acf39bb02d25ff8 luci-base: use FULL_REQUEST_URI on login form templates Switch from using the REQUEST_URI CGI variable directly to the canonicalized FULL_REQUEST_URI property. Signed-off-by: Jo-Philipp Wich --- diff --git a/modules/luci-base/luasrc/view/sysauth.htm b/modules/luci-base/luasrc/view/sysauth.htm index f6b0f5706..b3ec9b761 100644 --- a/modules/luci-base/luasrc/view/sysauth.htm +++ b/modules/luci-base/luasrc/view/sysauth.htm @@ -6,7 +6,7 @@ <%+header%> -
"> + <%- if fuser then %>
<%:Invalid username and/or password! Please try again.%>
<% end -%>