mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add version check
This commit is contained in:
parent
f2f3618145
commit
23d649f3e9
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
ts_utils.setupAgain()
|
||||
end
|
||||
|
||||
if _POST["toggle_snmp_trap"] then
|
||||
if _POST["toggle_snmp_trap"] and ntop.isEnterpriseXL() then
|
||||
ntop.snmpToggleTrapCollection(toboolean(_POST["toggle_snmp_trap"]))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue