* Rewrote Luci to be coroutine-safe allowing the use of non-forking webservers
[project/luci.git] / modules / admin-core / luasrc / view / error404.htm
index 60daee2..03f6c54 100644 (file)
@@ -1,5 +1,5 @@
 <%+header%>
 <h1>404 Not Found</h1>
 <p>Sorry, the object you requested was not found.</p>
-<tt>Unable to dispatch: <%=luci.http.env.PATH_INFO%></tt>
+<tt>Unable to dispatch: <%=luci.http.request.env.PATH_INFO%></tt>
 <%+footer%>
\ No newline at end of file