safe output to string with entities

This commit is contained in:
alejandro-campos 2020-02-21 10:50:56 +01:00
parent b9e3c70374
commit e0a159736c
1 changed files with 1 additions and 1 deletions

View File

@ -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),