From e05ec347876342f26792d9d5ee0ada15064a1014 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Sun, 23 Oct 2011 09:01:51 +0000 Subject: applications: Remove ffwizard, is replaced by meshwizard --- .../luasrc/view/freifunk/ffwizard_error.htm | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 applications/luci-ffwizard/luasrc/view/freifunk/ffwizard_error.htm (limited to 'applications/luci-ffwizard/luasrc/view') 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") -%> - -

<%:Error%>

- -<%:You can not use the wizard because some necessary values are missing.%> -

- -<% -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%> <%:Basic settings%> <%:and fill out all required fields.%> -

-<% end %> - - -<%+footer%> -- cgit v1.2.3