treewide: convert simple Lua controllers to declarative JSON
[project/luci.git] / applications / luci-app-siitwizard / luasrc / controller / siitwizard.lua
diff --git a/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua b/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua
deleted file mode 100644 (file)
index 0bbedaa..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
--- Copyright 2008 Steven Barth <steven@midlink.org>
--- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
--- Licensed to the public under the Apache License 2.0.
-
-module "luci.controller.siitwizard"
-
-function index()
-       entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistant", 99)
-end