luci/applications/luci-app-bcp38/luasrc/controller/bcp38.lua
danrl 85ed192e3d luci-app-bcp38: added bcp38 application
This application was moved from the packages repository to luci.

Signed-off-by: Dan Luedtke <mail@danrl.com>
2017-02-15 14:38:10 +01:00

7 lines
172 B
Lua

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