summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-06-02 08:14:10 +0000
committerErmal <eri@pfsense.org>2011-06-02 08:14:10 +0000
commit3781d8099c40be8cf61e210c7fcc77fcb16e0115 (patch)
treef1e3d824bebc6ca4a4885de4d6fb5057bf2a628c /usr/local/www/system_advanced_misc.php
parentfc3dcc8b00e8c67c17494be7623e573b3e27bb96 (diff)
downloadpfsense-3781d8099c40be8cf61e210c7fcc77fcb16e0115.zip
pfsense-3781d8099c40be8cf61e210c7fcc77fcb16e0115.tar.gz
Correct input object name from wrong copy/pasto. Reported-by: http://forum.pfsense.org/index.php/topic,37369.0.html
Diffstat (limited to 'usr/local/www/system_advanced_misc.php')
-rw-r--r--usr/local/www/system_advanced_misc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_misc.php b/usr/local/www/system_advanced_misc.php
index 21bff54..2264365 100644
--- a/usr/local/www/system_advanced_misc.php
+++ b/usr/local/www/system_advanced_misc.php
@@ -280,7 +280,7 @@ function maxmss_checked(obj) {
<tr>
<td width="22%" valign="top" class="vncell"><?=gettext("Load Balancing"); ?></td>
<td width="78%" class="vtable">
- <input name="lb_use_sticky" type="checkbox" id="gw_switch_default" value="yes" <?php if ($pconfig['gw_switch_default']) echo "checked=\"checked\""; ?> />
+ <input name="gw_switch_default" type="checkbox" id="gw_switch_default" value="yes" <?php if ($pconfig['gw_switch_default']) echo "checked=\"checked\""; ?> />
<strong><?=gettext("Allow default gateway switching"); ?></strong><br/>
<?=gettext("If the link where the default gateway resides fails " .
"switch the default gateway to another available one."); ?>
OpenPOWER on IntegriCloud