* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
[project/luci.git] / libs / cbi / luasrc / view / cbi / header.htm
index 0af52b4..ca6ef2f 100644 (file)
@@ -1,5 +1,5 @@
 <%+header%>
-               <form method="post" action="<%=luci.http.env.REQUEST_URI%>">
+               <form method="post" action="<%=luci.http.getenv("REQUEST_URI")%>">
                        <div>
                                <script type="text/javascript" src="<%=resource%>/cbi.js"></script>
                                <input type="hidden" name="cbi.submit" value="1" />