mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
Delete hd
This commit is contained in:
parent
1fc0a43ca8
commit
f3b7a4aa09
@ -96,7 +96,6 @@ ui_print_standard_header(
|
||||
);
|
||||
|
||||
if ($id) {
|
||||
hd('id', true);
|
||||
$filter = netflow_filter_get_filter($id);
|
||||
$assign_group = $filter['id_group'];
|
||||
$name = $filter['id_name'];
|
||||
@ -112,7 +111,6 @@ if ($id) {
|
||||
$traffic_warning = $filter['traffic_warning'];
|
||||
$netflow_monitoring_interval = $filter['netflow_monitoring_interval'];
|
||||
} else {
|
||||
hd('no id', true);
|
||||
$name = '';
|
||||
$assign_group = '';
|
||||
$ip_dst = '';
|
||||
@ -129,7 +127,6 @@ if ($id) {
|
||||
}
|
||||
|
||||
if ($update) {
|
||||
hd('update', true);
|
||||
$name = (string) get_parameter('name');
|
||||
$assign_group = (int) get_parameter('assign_group');
|
||||
$aggregate = get_parameter('aggregate', '');
|
||||
@ -179,7 +176,6 @@ if ($update) {
|
||||
}
|
||||
|
||||
if ($create) {
|
||||
hd('create', true);
|
||||
$name = (string) get_parameter('name');
|
||||
$assign_group = (int) get_parameter('assign_group');
|
||||
$aggregate = get_parameter('aggregate', 'dstip');
|
||||
|
Loading…
x
Reference in New Issue
Block a user