summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-08 18:29:01 +0000
committerBill Marquette <billm@pfsense.org>2005-08-08 18:29:01 +0000
commit947ad59e89cd5779e07a7f8e95a61df889d6f421 (patch)
treef4b111ba31fb220e7f6eb6cd188a99f0c01eb7ec /usr
parent9f09f99a01c18b632707152f5cee6ae2b0ff4443 (diff)
downloadpfsense-947ad59e89cd5779e07a7f8e95a61df889d6f421.zip
pfsense-947ad59e89cd5779e07a7f8e95a61df889d6f421.tar.gz
$config -> $pconfig
Diffstat (limited to 'usr')
-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 d6cc843..49c8e53 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -813,7 +813,7 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
}
}
foreach($config['load_balancer']['lbpool'] as $lb) {
- if($config['gateway'] == $lb['name']) {
+ if($pconfig['gateway'] == $lb['name']) {
echo "<option value=\"{$lb['name']}\" SELECTED>{$lb['name']}</option>\n";
} else {
echo "<option value=\"{$lb['name']}\">{$lb['name']}</option>\n";
OpenPOWER on IntegriCloud