summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 10e47c1..d859887 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -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;
OpenPOWER on IntegriCloud