fixed several netflow bugs

This commit is contained in:
alejandro.campos@artica.es 2022-03-21 13:24:23 +01:00
parent 1a030bcd42
commit 065617a67a

View File

@ -1510,7 +1510,6 @@ function netflow_get_item_data(
switch ($type_netflow) {
case 'netflow_top_N':
/*
$data_summary = netflow_get_summary(
$start_date,
$end_date,
@ -1529,7 +1528,7 @@ function netflow_get_item_data(
$data = [
'summary' => $data_summary,
'top_n' => $data_top_n,
];*/
];
break;
case 'netflow_summary':