mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Remove score global preference
This commit is contained in:
parent
566b9ece0b
commit
a97dbd013b
5 changed files with 2 additions and 13 deletions
|
|
@ -141,7 +141,7 @@ function setup()
|
|||
end
|
||||
end
|
||||
|
||||
if(ntop.isEnterprise() and (ntop.getPref("ntopng.prefs.enable_score") == "1")) then
|
||||
if(isScoreEnabled()) then
|
||||
score_utils = require("score_utils")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue