bcp38.lua 172 B

1234567
  1. module("luci.controller.bcp38", package.seeall)
  2. function index()
  3. entry({"admin", "network", "firewall", "bcp38"},
  4. cbi("bcp38"),
  5. _("BCP38"), 50).dependent = false
  6. end