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…
Reference in New Issue