mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
safe output to string with entities
This commit is contained in:
parent
b9e3c70374
commit
e0a159736c
@ -1673,7 +1673,7 @@ function netflow_get_top_data(
|
||||
// Get the command to call nfdump.
|
||||
$agg_command = sprintf(
|
||||
'%s -q -o csv -n %s -s %s/bytes -t %s-%s',
|
||||
netflow_get_command($filter),
|
||||
io_safe_output(netflow_get_command($filter)),
|
||||
$max,
|
||||
$aggregate,
|
||||
date($nfdump_date_format, $start_date),
|
||||
|
Loading…
x
Reference in New Issue
Block a user