summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_misc.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-09-01 21:26:15 -0500
committerChris Buechler <cmb@pfsense.org>2015-09-01 21:26:15 -0500
commit8572460b13e72000d880bbe43bbb5ca16b1a254e (patch)
tree8b41dedb6de3baebb51a34410a45bb1bccfce6a0 /src/usr/local/www/system_advanced_misc.php
parent0e8e3a866e3507cbf07bfe8ff9a7048735797b56 (diff)
downloadpfsense-8572460b13e72000d880bbe43bbb5ca16b1a254e.zip
pfsense-8572460b13e72000d880bbe43bbb5ca16b1a254e.tar.gz
fix default for source tracking, and other text
Diffstat (limited to 'src/usr/local/www/system_advanced_misc.php')
-rw-r--r--src/usr/local/www/system_advanced_misc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/system_advanced_misc.php b/src/usr/local/www/system_advanced_misc.php
index 375589e..5e87227 100644
--- a/src/usr/local/www/system_advanced_misc.php
+++ b/src/usr/local/www/system_advanced_misc.php
@@ -368,7 +368,7 @@ $group->add(new Form_Input(
'Source tracking timeout',
'number',
$pconfig['srctrack'],
- ['placeholder' => 1400]
+ ['placeholder' => 0]
))->setHelp('Set the source tracking timeout for sticky connections. By default '.
'this is 0, so source tracking is removed as soon as the state expires. '.
'Setting this timeout higher will cause the source/destination relationship '.
@@ -382,7 +382,7 @@ $section->addInput(new Form_Checkbox(
'Enable default gateway switching',
$pconfig['gw_switch_default']
))->setHelp('If the default gateway goes down, switch the default gateway to '.
- 'another available one. This is not enabled by default, as it"s unnecessary in '.
+ 'another available one. This is not enabled by default, as it\'s unnecessary in '.
'most all scenarios, which instead use gateway groups.');
$form->add($section);
OpenPOWER on IntegriCloud