2015-01-16 22:46:42 +00:00
|
|
|
-- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org>
|
2015-01-16 22:38:38 +00:00
|
|
|
-- Licensed to the public under the Apache License 2.0.
|
2009-06-07 20:06:23 +00:00
|
|
|
|
|
|
|
module("luci.controller.ff_p2pblock", package.seeall)
|
|
|
|
|
|
|
|
function index()
|
|
|
|
entry({"admin", "network", "firewall", "p2pblock"}, cbi("luci_fw/p2pblock"),
|
2012-11-26 12:53:43 +00:00
|
|
|
_("P2P-Block"), 40)
|
2009-06-07 20:06:23 +00:00
|
|
|
end
|