summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua
blob: 6cbe990341e57ed552d328dcd04f53ce5d7ad842 (plain)
1
2
3
4
5
6
7
8
9
-- Copyright 2008 Steven Barth <steven@midlink.org>
-- Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
-- Licensed to the public under the Apache License 2.0.

module "luci.controller.siitwizard"

function index()
	entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistent", 99)
end