summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/luasrc/view
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-statistics/luasrc/view')
-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 71be2aa2f2..fcc452f5ac 100644
--- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
+++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm
@@ -31,7 +31,7 @@ $Id$
<div style="text-align: center">
<% for i, img in ipairs(images) do %>
- <img src="/rrdimg/<%=img%>" />
+ <img src="<%=REQUEST_URI%>?img=<%=img%>" />
<br />
<% end %>
</div>