mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Fix active_monitoring config check
This commit is contained in:
parent
0579477893
commit
16b9aa4511
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ end
|
|||
|
||||
local modules = import_export_rest_utils.unpack(_POST["JSON"])
|
||||
|
||||
if not modules or not modules["am"] then
|
||||
if not modules or not modules["active_monitoring"] then
|
||||
rest_utils.answer(rest_utils.consts.err.invalid_args)
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue