Update my email addresses in the license headers
[project/luci.git] / applications / luci-app-siitwizard / luasrc / controller / siitwizard.lua
1 -- Copyright 2008 Steven Barth <steven@midlink.org>
2 -- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
3 -- Licensed to the public under the Apache License 2.0.
4
5 module "luci.controller.siitwizard"
6
7 function index()
8         entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 99)
9 end