mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
fix bug when saving netflow filters
This commit is contained in:
parent
36fdaf3ff7
commit
b9e3c70374
@ -1015,7 +1015,7 @@ function netflow_get_filter_arguments($filter)
|
||||
}
|
||||
|
||||
if ($filter_args != '') {
|
||||
$filter_args = escapeshellarg($filter_args);
|
||||
$filter_args = io_safe_input(escapeshellarg($filter_args));
|
||||
}
|
||||
|
||||
return $filter_args;
|
||||
|
Loading…
x
Reference in New Issue
Block a user