Added support for http-based categorization (work in progress)

This commit is contained in:
Luca 2015-12-18 08:32:15 +01:00
parent 445259f7ea
commit 3e6fec8d84
13 changed files with 79 additions and 331 deletions

View file

@ -507,6 +507,7 @@ end
print("</td></tr>\n")
end
io.write(host.category.."\n")
if((host["category"] ~= nil) and (host["category"] ~= "")) then
cat = getCategoryIcon(host["category"])