diff options
Diffstat (limited to 'applications/luci-app-siitwizard/luasrc')
-rw-r--r-- | applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua b/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua deleted file mode 100644 index 0bbedaa9de..0000000000 --- a/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua +++ /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 |