1
0

ff_p2pblock.lua 285 B

123456789
  1. -- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org>
  2. -- Licensed to the public under the Apache License 2.0.
  3. module("luci.controller.ff_p2pblock", package.seeall)
  4. function index()
  5. entry({"admin", "network", "firewall", "p2pblock"}, cbi("luci_fw/p2pblock"),
  6. _("P2P-Block"), 40)
  7. end