wshaper.lua 245 B

123456789
  1. -- Copyright 2011 Manuel Munz <freifunk somakoma de>
  2. -- Licensed to the public under the Apache License 2.0.
  3. module "luci.controller.wshaper"
  4. function index()
  5. entry({"admin", "network", "wshaper"}, cbi("wshaper"), _("Wondershaper"), 80)
  6. end