diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua deleted file mode 100644 index 75006b306b..0000000000 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/iptables.lua +++ /dev/null @@ -1,4 +0,0 @@ -return { - label = _("Firewall"), - category = "network" -} |