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