Fronted refactoring

This commit is contained in:
MatteoBiscosi 2022-03-04 10:41:20 +01:00
parent 7f05a01428
commit 51ef60ead5
3887 changed files with 92717 additions and 311696 deletions

View file

@ -2972,7 +2972,7 @@ function getFlag(country)
if((country == nil) or (country == "")) then
return("")
else
return(" <a href='" .. ntop.getHttpPrefix() .. "/lua/hosts_stats.lua?country=".. country .."'><img src='".. ntop.getHttpPrefix() .. "/img/blank.gif' class='flag flag-".. string.lower(country) .."'></a> ")
return(" <a href='" .. ntop.getHttpPrefix() .. "/lua/hosts_stats.lua?country=".. country .."'><img src='".. ntop.getHttpPrefix() .. "/dist/images/blank.gif' class='flag flag-".. string.lower(country) .."'></a> ")
end
end