applications/luci-statistics: fix img url
This commit is contained in:
parent
69792fa157
commit
12ede3f2d9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ $Id$
|
||||||
<div style="text-align: center">
|
<div style="text-align: center">
|
||||||
<% for i, img in ipairs(images) do %>
|
<% for i, img in ipairs(images) do %>
|
||||||
<% if is_index then %><a href="<%=pcdata(images[img])%>"><% end %>
|
<% if is_index then %><a href="<%=pcdata(images[img])%>"><% end %>
|
||||||
<img src="<%=REQUEST_URI%>?img=<%=img%>" />
|
<img src="<%=REQUEST_URI%>?img=<%=img%>&host=<%=current_host%>" />
|
||||||
<% if is_index then %></a><% end %>
|
<% if is_index then %></a><% end %>
|
||||||
<br />
|
<br />
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
Loading…
Reference in a new issue