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