diff options
Diffstat (limited to 'applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua')
-rw-r--r-- | applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua b/applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua deleted file mode 100644 index 850a995bc2..0000000000 --- a/applications/luci-app-statistics/luasrc/statistics/plugins/openvpn.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - legend = { - { }, - { "CollectIndividualUsers", "CollectUserCount", "CollectCompression", "ImprovedNamingSchema" }, - { "StatusFile" } - }, - label = _("OpenVPN"), - category = "network" -} |