From: Jo-Philipp Wich Date: Wed, 4 Apr 2018 21:32:23 +0000 (+0200) Subject: luci-app-commands: use FULL_REQUEST_URI X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=8a8eb0d487da5a36bc3d123f36cb6c68e899185a luci-app-commands: 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 --- diff --git a/applications/luci-app-commands/luasrc/view/commands.htm b/applications/luci-app-commands/luasrc/view/commands.htm index f094e186d..3b361558e 100644 --- a/applications/luci-app-commands/luasrc/view/commands.htm +++ b/applications/luci-app-commands/luasrc/view/commands.htm @@ -136,7 +136,7 @@ uci:foreach("luci", "command", function(s) commands[#commands+1] = s end) %> -
"> +

<%:Custom Commands%>