summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/view/public_statistics
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-06-02 01:49:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-06-02 01:49:51 +0000
commit9f4428eefca7e5f4400fcbba57a7185519631628 (patch)
tree5ad5a1705bf63d76fc6f3c053470c5080ba66152 /applications/luci-statistics/luasrc/view/public_statistics
parent4058aacd0635e1b585993e065974edb17329f014 (diff)
* luci/statistics: add init script
Diffstat (limited to 'applications/luci-statistics/luasrc/view/public_statistics')
-rw-r--r--applications/luci-statistics/luasrc/view/public_statistics/graph.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
index effe0c401..33678bdcb 100644
--- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
+++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
@@ -3,7 +3,7 @@
<h1>Statistik</h1>
<% for i, img in ipairs(images) do %>
- <img src="/img/<%=img%>" />
+ <img src="/rrdimg/<%=img%>" />
<% end %>
<%+footer%>