mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Refresh blacklist rules when blacklist alert preference changes
This commit is contained in:
parent
2141004cc6
commit
c40075486f
2 changed files with 14 additions and 4 deletions
|
|
@ -696,4 +696,8 @@ if(_GET["disable_alerts_generation"] ~= nil) then
|
|||
ntop.reloadPreferences()
|
||||
end
|
||||
|
||||
if(_GET["toggle_malware_probing"] ~= nil) then
|
||||
loadHostBlackList(true --[[ force the reload of the list ]])
|
||||
end
|
||||
|
||||
end --[[ haveAdminPrivileges ]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue