summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-11 03:18:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-11 03:18:13 +0000
commitdd31e6a9ae180bff02730d19c4cc32228394b869 (patch)
treeec64c6bf852232d0a40df6e76a288bdcb38dd217 /usr/local/www/firewall_rules_edit.php
parent44e1049c24970490faca2d189138780c0904d20a (diff)
downloadpfsense-dd31e6a9ae180bff02730d19c4cc32228394b869.zip
pfsense-dd31e6a9ae180bff02730d19c4cc32228394b869.tar.gz
Fix ) bug
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-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