mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add ability to extract traffic to users with permission (direct extraction only)
This commit is contained in:
parent
3611bf7346
commit
f4a4c07d80
6 changed files with 51 additions and 23 deletions
|
|
@ -12,7 +12,7 @@ local json = require("dkjson")
|
|||
|
||||
sendHTTPHeader('application/json')
|
||||
|
||||
if not recording_utils.isAvailable() then
|
||||
if not recording_utils.isExtractionAvailable() then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue