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