blob: 0ad76b521b8c3bb2ddb27bb0d4814f3a995c40f3 (
plain)
1
2
3
4
5
6
7
8
9
|
-- Copyright 2011 Manuel Munz <freifunk somakoma de>
-- Licensed to the public under the Apache License 2.0.
module "luci.controller.meshwizard"
function index()
entry({"admin", "freifunk", "meshwizard"}, cbi("freifunk/meshwizard"), _("Mesh Wizard"), 40)
end
|