2015-01-16 22:38:38 +00:00
|
|
|
-- Copyright 2008 Steven Barth <steven@midlink.org>
|
2015-01-16 22:46:42 +00:00
|
|
|
-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
-- Licensed to the public under the Apache License 2.0.
|
2008-11-30 06:00:52 +00:00
|
|
|
|
|
|
|
module "luci.controller.siitwizard"
|
|
|
|
|
|
|
|
function index()
|
2018-08-18 04:21:21 +00:00
|
|
|
entry({"admin", "network", "siitwizard"}, form("siitwizard"), "SIIT 4over6 assistant", 99)
|
2008-11-30 06:00:52 +00:00
|
|
|
end
|