Merge pull request #992 from dibdot/master
[project/luci.git] / applications / luci-app-wshaper / luasrc / controller / wshaper.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.wshaper"
5
6 function index()
7         entry({"admin", "network", "wshaper"}, cbi("wshaper"), _("Wondershaper"), 80)
8 end
9