summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
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 825f7be..84d36a2 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -799,7 +799,7 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
$selected = "";
if ($gw == "default")
echo "<option value=\"\" {$selected}>{$gw}</option>\n";
- els
+ else
echo "<option value=\"{$gw}\" {$selected}>{$gw}</option>\n";
}
?>
OpenPOWER on IntegriCloud