diff options
-rw-r--r-- | usr/local/www/firewall_rules_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php index 267ce25..1f6c1d1 100644 --- a/usr/local/www/firewall_rules_edit.php +++ b/usr/local/www/firewall_rules_edit.php @@ -1544,7 +1544,7 @@ $section->addInput(new Form_Select( $schedules ))->setHelp('Leave as \'none\' to leave the rule enabled all the time'); -$gateways = array('default' => 'default'); +$gateways = array("" => 'default'); foreach (return_gateways_array() as $gwname => $gw) { if (($pconfig['ipprotocol'] == "inet46")) |