blob: b550fc87ebbda7750dcf1389940ff517cbe1b0c6 (
plain)
1
2
3
4
5
6
7
8
9
|
-- Copyright 2011 Manuel Munz <freifunk at somakoma de>
-- Licensed to the public under the Apache License 2.0.
module "luci.controller.freifunk.policy-routing"
function index()
entry({"admin", "freifunk", "policyrouting"}, cbi("freifunk/policyrouting"),
_("Policy Routing"), 60)
end
|