summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-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 bfb7a6a..5bb48c6 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -785,7 +785,7 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
<select name='gateway'>
<?php
foreach($gateways as $gw) {
- if($gw == $pconfig['gateway')
+ if($gw == $pconfig['gateway'])
$selected = " SELECTED";
else
$selected = "";
OpenPOWER on IntegriCloud