Added --online-license-check for checing licenses online instead of using the license file

This commit is contained in:
Luca Deri 2016-03-28 00:41:56 +02:00
parent 99668c736d
commit ea31046f3d
4 changed files with 14 additions and 5 deletions

View file

@ -278,7 +278,8 @@ for _key, _value in pairsByKeys(vals, funct) do
if((num < perPage) or (all ~= nil))then
if(num > 0) then print ",\n" end
print ('{ ')
print ('\"key\" : \"'..hostinfo2jqueryid(hosts_stats[key])..'\",')
symkey = hostinfo2jqueryid(hosts_stats[key])
print ('\"key\" : \"'..symkey..'\",')
print ("\"column_ip\" : \"<A HREF='")