From 8a8eb0d487da5a36bc3d123f36cb6c68e899185a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 4 Apr 2018 23:32:23 +0200 Subject: [PATCH] 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 --- applications/luci-app-commands/luasrc/view/commands.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%>

-- 2.11.0