From 625abbfdbe94dada023ebd8ea69778173d1a7351 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 5 Feb 2020 16:51:19 +0100 Subject: treewide: convert simple Lua controllers to declarative JSON Signed-off-by: Jo-Philipp Wich --- applications/luci-app-bcp38/luasrc/controller/bcp38.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 applications/luci-app-bcp38/luasrc/controller/bcp38.lua (limited to 'applications/luci-app-bcp38/luasrc/controller') diff --git a/applications/luci-app-bcp38/luasrc/controller/bcp38.lua b/applications/luci-app-bcp38/luasrc/controller/bcp38.lua deleted file mode 100644 index 7ea22835d6..0000000000 --- a/applications/luci-app-bcp38/luasrc/controller/bcp38.lua +++ /dev/null @@ -1,7 +0,0 @@ -module("luci.controller.bcp38", package.seeall) - -function index() - entry({"admin", "network", "firewall", "bcp38"}, - cbi("bcp38"), - _("BCP38"), 50).dependent = false -end -- cgit v1.2.3