mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed several netflow bugs
This commit is contained in:
parent
1a030bcd42
commit
065617a67a
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user