SmartAudio/package/luci/luci-app-wshaper/luasrc/controller/wshaper.lua

10 lines
245 B
Lua
Raw Normal View History

2018-07-13 01:31:50 +00:00
-- 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