summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ffwizard/luasrc/view
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-ffwizard/luasrc/view')
-rw-r--r--applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm26
1 files changed, 0 insertions, 26 deletions
diff --git a/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm b/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm
deleted file mode 100644
index c988051c5c..0000000000
--- a/applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm
+++ /dev/null
@@ -1,26 +0,0 @@
-<%+header%>
-
-<%
-local uci = require "luci.model.uci".cursor()
-local basicsurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "freifunk", "basics")
-local hostname = uci:get_first ("system", "system", "hostname")
-local latitude = uci:get_first ("system", "system", "latitude")
-local longitude = uci:get_first ("system", "system", "longitude")
-local location = uci:get_first ("system", "system", "location")
-%>
-
-<h2><%:Error%></h2>
-
-<%:You can not use the wizard because some necessary values are missing.%>
-<p/>
-
-<%
-local co = uci:get("freifunk", "community", "name")
-if not (co and hostname and latitude and longitude and location) then
-%>
-<%:Basic settings are incomplete. Please go to%> <a href='<%=basicsurl%>'><%:Basic settings%></a> <%:and fill out all required fields.%>
-<p/>
-<% end %>
-
-
-<%+footer%>