mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove score global preference
This commit is contained in:
parent
566b9ece0b
commit
a97dbd013b
5 changed files with 2 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue