summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/luasrc/view/admin_index
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-13 22:27:14 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-13 22:27:14 +0000
commit6718931452254e03ec74eed17f9c14ea58b3ade8 (patch)
treef18bcdaddb5573fbc00100338bdaa47b6c2964c4 /modules/admin-full/luasrc/view/admin_index
parent13fbce85b4353c1d8cc65b26cee02ec43b24528b (diff)
modules/admin-full: remove old welcome page
Diffstat (limited to 'modules/admin-full/luasrc/view/admin_index')
-rw-r--r--modules/admin-full/luasrc/view/admin_index/index.htm24
1 files changed, 0 insertions, 24 deletions
diff --git a/modules/admin-full/luasrc/view/admin_index/index.htm b/modules/admin-full/luasrc/view/admin_index/index.htm
deleted file mode 100644
index 3bedd599f..000000000
--- a/modules/admin-full/luasrc/view/admin_index/index.htm
+++ /dev/null
@@ -1,24 +0,0 @@
-<%#
-LuCI - Lua Configuration Interface
-Copyright 2008 Steven Barth <steven@midlink.org>
-Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
-
-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%>
-<h2><a id="content" name="content"><%:Hello!%></a></h2>
-<p><%_This is the administration area of <abbr title="Lua Configuration Interface">LuCI</abbr>.%></p>
-<p><%_<abbr title="Lua Configuration Interface">LuCI</abbr> is a free, flexible, and user friendly graphical interface for configuring OpenWrt Kamikaze.%><br />
-<%:On the following pages you can adjust all important settings of your router.%></p>
-<p><%_Notice: In <abbr title="Lua Configuration Interface">LuCI</abbr> changes have to be confirmed by clicking Changes - Save &amp; Apply before being applied.%></p>
-<p><%:As we always want to improve this interface we are looking forward to your feedback and suggestions.%></p>
-<p><%:And now have fun with your router!%></p>
-<p><em><strong><a href="<%=controller%>/about"><%_The <abbr title="Lua Configuration Interface">LuCI</abbr> Team%></a></strong></em></p>
-<%+footer%>