mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Save the return gateway value.
This commit is contained in:
parent
6f2e9d7f6e
commit
09a86e314c
@ -340,6 +340,7 @@ if ($_POST) {
|
||||
$filterent['log'] = $_POST['log'] ? true : false;
|
||||
$filterent['frags'] = $_POST['frags'] ? true : false;
|
||||
$filterent['descr'] = $_POST['descr'];
|
||||
$filterent['returngateway'] = $_POST['returngateway'];
|
||||
|
||||
if (isset($id) && $a_filter[$id])
|
||||
$a_filter[$id] = $filterent;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user