luci-app-commands: use FULL_REQUEST_URI
[project/luci.git] / applications / luci-app-commands / luasrc / view / commands.htm
index f094e18..3b36155 100644 (file)
        uci:foreach("luci", "command", function(s) commands[#commands+1] = s end)
 %>
 
-<form method="get" action="<%=pcdata(luci.http.getenv("REQUEST_URI"))%>">
+<form method="get" action="<%=pcdata(FULL_REQUEST_URI)%>">
        <div class="cbi-map">
                <h2 name="content"><%:Custom Commands%></h2>