summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-05 18:51:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-05 18:51:39 +0000
commite379259c55e9f757c681796d0e8737a6cd5a168b (patch)
tree2177a7478e104ef6bd1cc83b6cb6e095490f42cf /usr
parent28118e6b9a448abced52b94dee9b7d237bd508cb (diff)
downloadpfsense-e379259c55e9f757c681796d0e8737a6cd5a168b.zip
pfsense-e379259c55e9f757c681796d0e8737a6cd5a168b.tar.gz
Correct PPPoE check.
Submitted-by: Martin Fuchs
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 4bec41d..35e3a1f 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -440,7 +440,7 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncell">Load Balancing</td>
<td width="78%" class="vtable">
- <?php if($config['interfaces']['wan']['ipaddr'] <> "pppoe"): ?>
+ <?php if($config['interfaces']['wan']['ipaddr'] == "pppoe"): ?>
Sticky connections are disabled due to PPPoE being enabled.
<?php else: ?>
<input name="lb_use_sticky" type="checkbox" id="lb_use_sticky" value="yes" <?php if ($pconfig['lb_use_sticky']) echo "checked=\"checked\""; ?> />
OpenPOWER on IntegriCloud