summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/src/controller/public
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-05-17 17:43:49 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-05-17 17:43:49 +0000
commit191848dae080ba19390925b7acefe99e00968ec3 (patch)
treea3060bb0985f5caebbf19e3651ebc8506e364743 /applications/luci-statistics/src/controller/public
parent6eae1a0103a3d12dee4bc8753efee88af203dff3 (diff)
* ffluci: first work on statistics application based on collectd
Diffstat (limited to 'applications/luci-statistics/src/controller/public')
-rw-r--r--applications/luci-statistics/src/controller/public/statistics.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-statistics/src/controller/public/statistics.lua b/applications/luci-statistics/src/controller/public/statistics.lua
new file mode 100644
index 0000000000..d7ed1e327d
--- /dev/null
+++ b/applications/luci-statistics/src/controller/public/statistics.lua
@@ -0,0 +1 @@
+module("ffluci.controller.public.statistics", package.seeall)