1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-16 20:23:58 +02:00
openwrt-routing/luci-app-bcp38/files/bcp38-controller.lua

8 lines
172 B
Lua
Raw Normal View History

2014-07-25 19:10:17 +02:00
module("luci.controller.bcp38", package.seeall)
function index()
entry({"admin", "network", "firewall", "bcp38"},
cbi("bcp38"),
_("BCP38"), 50).dependent = false
end