diff options
author | Matthias Berndt <matthias_berndt@gmx.de> | 2019-07-04 00:40:58 +0200 |
---|---|---|
committer | Matthias Berndt <matthias_berndt@gmx.de> | 2019-07-05 02:03:13 +0200 |
commit | c1380ab36797dc4a9cba5a6aa738019452178d79 (patch) | |
tree | 7a4f9a750f5289e8d62124deca72475211bc12ea /applications/luci-app-statistics/luasrc/statistics/plugins/curl.lua | |
parent | f56a6df49c9129f8d0b5451e9a8aca0315aba488 (diff) |
make luci-app-statistics more extensible
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" +} |