openwrt-routing/luci-app-bcp38/files/bcp38-controller.lua

8 lines
172 B
Lua

module("luci.controller.bcp38", package.seeall)
function index()
entry({"admin", "network", "firewall", "bcp38"},
cbi("bcp38"),
_("BCP38"), 50).dependent = false
end