summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wshaper/luasrc/controller/wshaper.lua
blob: 2d0fe484f83a2e71390a19994819c1fedb20c726 (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.wshaper"

function index()
	entry({"admin", "network", "wshaper"}, cbi("wshaper"), _("Wondershaper"), 80)
end