root/luci/trunk/applications/luci-wshaper/luasrc/controller/wshaper.lua @ 7733

Revision 7733, 447 bytes (checked in by soma, 19 months ago)

applications: Add luci-wshaper (#53)

Line 
1--[[
2LuCI - Lua Configuration Interface
3
4Copyright 2011 Manuel Munz <freifunk somakoma de>
5
6Licensed under the Apache License, Version 2.0 (the "License");
7you may not use this file except in compliance with the License.
8You may obtain a copy of the License at
9
10http://www.apache.org/licenses/LICENSE-2.0
11
12]]--
13
14module "luci.controller.wshaper"
15
16function index()
17    entry({"admin", "network", "wshaper"}, cbi("wshaper"), _("Wondershaper"), 80)
18end
19
Note: See TracBrowser for help on using the browser.