mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Make export data use GET HTTP request
This commit is contained in:
parent
ca1d85c94e
commit
3b3436eb0d
3 changed files with 9 additions and 12 deletions
|
|
@ -882,7 +882,6 @@ local known_parameters = {
|
|||
["lifetime_secs"] = validateNumber, -- user lifetime in seconds
|
||||
["edit_profiles"] = validateEmpty, -- set when editing traffic profiles
|
||||
["drop_flow_policy"] = validateBool, -- true if target flow should be dropped
|
||||
["export"] = validateEmpty, -- set if data has to be exported
|
||||
["blocked_categories"] = validateCategoriesList, -- if_stats.lua
|
||||
["traffic_type"] = validateBroadcastUnicast, -- flows_stats.lua
|
||||
["flow_status"] = validateFlowStatus, -- flows_stats.lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue