summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-bcp38/luasrc/controller/bcp38.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-bcp38/luasrc/controller/bcp38.lua')
-rw-r--r--applications/luci-app-bcp38/luasrc/controller/bcp38.lua7
1 files changed, 0 insertions, 7 deletions
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 7ea22835d..000000000
--- 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