From 05f350547e275e23062892227e20d536709ef99a Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 5 Sep 2008 01:01:53 +0000 Subject: FFWizard rewrite --- .../luasrc/controller/ffwizard.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua (limited to 'applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua') diff --git a/applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua b/applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua new file mode 100644 index 0000000000..9e7c0decaf --- /dev/null +++ b/applications/luci-ffwizard-leipzig/luasrc/controller/ffwizard.lua @@ -0,0 +1,21 @@ +--[[ +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$ + +]]-- + +module "luci.controller.ffwizard" + +function index() + entry({"admin", "index", "ffwizard"}, form("ffwizard"), "Freifunkassistent", 50) +end \ No newline at end of file -- cgit v1.2.3