Remove score global preference

This commit is contained in:
emanuele-f 2020-01-16 18:21:35 +01:00
parent 566b9ece0b
commit a97dbd013b
5 changed files with 2 additions and 13 deletions

View file

@ -619,7 +619,7 @@ function areAlertsEnabled()
end
function isScoreEnabled()
return(ntop.isEnterprise() and (ntop.getPref("ntopng.prefs.enable_score") == "1"))
return(ntop.isEnterprise())
end
function mustScanAlerts(ifstats)