2015-01-16 22:38:38 +00:00
|
|
|
-- Copyright 2011 Manuel Munz <freifunk somakoma de>
|
|
|
|
-- Licensed to the public under the Apache License 2.0.
|
2011-06-23 15:52:00 +00:00
|
|
|
|
|
|
|
module "luci.controller.meshwizard"
|
|
|
|
|
|
|
|
function index()
|
2011-08-12 13:16:27 +00:00
|
|
|
entry({"admin", "freifunk", "meshwizard"}, cbi("freifunk/meshwizard"), _("Mesh Wizard"), 40)
|
2011-06-23 15:52:00 +00:00
|
|
|
end
|
|
|
|
|