applications/freifunk-diagnostics: Fix url

This commit is contained in:
Manuel Munz 2013-01-10 10:54:38 +00:00
parent fc7a5b8d0c
commit c6b31fbb50

View file

@ -43,7 +43,7 @@ local has_traceroute6 = fs.access("/usr/bin/traceroute6")
legend.parentNode.style.display = 'block';
legend.style.display = 'inline';
stxhr.get('<%=luci.dispatcher.build_url("admin", "network")%>/diag_' + tool + protocol + '/' + addr, null,
stxhr.get('<%=luci.dispatcher.build_url("freifunk", "status")%>/diag_' + tool + protocol + '/' + addr, null,
function(x)
{
if (x.responseText)