luci-app-bcp38: moved to github
[feed/routing.git] / luci-app-bcp38 / files / bcp38-controller.lua
diff --git a/luci-app-bcp38/files/bcp38-controller.lua b/luci-app-bcp38/files/bcp38-controller.lua
deleted file mode 100644 (file)
index 7ea2283..0000000
+++ /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