X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fadmin-core%2Fluasrc%2Fview%2Ferror404.htm;h=956a6855493b6301cf0a747b87ce972859bc85f2;hp=60daee2cbdcc61669eef6aa8ba58404d4e7aac32;hb=a59044df9b87c7e4ce668649726aa2d355206965;hpb=d35a620e9f5665a94967f4bd02c93581a1dd7e00 diff --git a/modules/admin-core/luasrc/view/error404.htm b/modules/admin-core/luasrc/view/error404.htm index 60daee2cb..956a68554 100644 --- a/modules/admin-core/luasrc/view/error404.htm +++ b/modules/admin-core/luasrc/view/error404.htm @@ -1,5 +1,19 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth +Copyright 2008 Jo-Philipp Wich + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> <%+header%>

404 Not Found

Sorry, the object you requested was not found.

-Unable to dispatch: <%=luci.http.env.PATH_INFO%> +Unable to dispatch: <%=luci.http.request.env.PATH_INFO%> <%+footer%> \ No newline at end of file