summaryrefslogtreecommitdiffhomepage
path: root/core/src/view/error404.htm
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-25 17:00:30 +0000
committerSteven Barth <steven@midlink.org>2008-05-25 17:00:30 +0000
commit365d80765d3f08c457b0a373c395c8e1940e44be (patch)
tree480def5c83ea3df918179e26019cc93e585eda78 /core/src/view/error404.htm
parentc6c50b3ec60b284107f459e5923c146d515afd2a (diff)
Renamed FFLuCI to LuCI, ffluci to luci and Freifunk Lua Configuration Interface to Lua Configuration Interface
Diffstat (limited to 'core/src/view/error404.htm')
-rw-r--r--core/src/view/error404.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/view/error404.htm b/core/src/view/error404.htm
index 51ea176d6e..60daee2cbd 100644
--- a/core/src/view/error404.htm
+++ b/core/src/view/error404.htm
@@ -1,5 +1,5 @@
<%+header%>
<h1>404 Not Found</h1>
<p>Sorry, the object you requested was not found.</p>
-<tt>Unable to dispatch: <%=ffluci.http.env.PATH_INFO%></tt>
+<tt>Unable to dispatch: <%=luci.http.env.PATH_INFO%></tt>
<%+footer%> \ No newline at end of file