summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-01-27 23:08:10 +0000
committerBill Marquette <billm@pfsense.org>2008-01-27 23:08:10 +0000
commitd9d55d4097c79a082dfbde460d823a1c828a84a0 (patch)
treeb65f715d6f70a4b2859a42f6143744fe23b23204 /usr/local/www/system_advanced.php
parent1cc00e4d9472e2fecd6ca123a53ee10ede162fe0 (diff)
downloadpfsense-d9d55d4097c79a082dfbde460d823a1c828a84a0.zip
pfsense-d9d55d4097c79a082dfbde460d823a1c828a84a0.tar.gz
cosmetic fixes
output product name correctly
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index a672d4f..6703b63 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -444,7 +444,7 @@ include("head.inc");
<strong>Use sticky connections</strong>
<br />
<span class="vexpl">
- Successive connections will be redirected to the servers in a round-robin manner with connections from the same source being sent to the same web server. This \"sticky connection\" will exist as long as there are states that refer to this connection. Once the states expire, so will the sticky connection. Further connections from that host will be redirected to the next web server in the round robin.
+ Successive connections will be redirected to the servers in a round-robin manner with connections from the same source being sent to the same web server. This "sticky connection" will exist as long as there are states that refer to this connection. Once the states expire, so will the sticky connection. Further connections from that host will be redirected to the next web server in the round robin.
</span>
</td>
</tr>
@@ -473,7 +473,7 @@ include("head.inc");
<input name="polling_enable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['polling_enable']) echo "checked"; ?>>
<strong>Use device polling</strong><br>
Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webConfigurator, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended.
- Not all NICs support polling; see the {$g['product_name']} homepage for a list of supported cards.
+ Not all NICs support polling; see the <?= $g['product_name'] ?> homepage for a list of supported cards.
</td>
</tr>
@@ -607,7 +607,7 @@ include("head.inc");
<input name="disablefilter" type="checkbox" id="disablefilter" value="yes" <?php if (isset($config['system']['disablefilter'])) echo "checked"; ?> onclick="enable_change(false)" />
<strong>Disable the firewalls filter altogether.</strong>
<br />
- <span class="vexpl">Note: This basically converts {$g['product_name']} into a routing only platform!<br>
+ <span class="vexpl">Note: This basically converts <?= $g['product_name'] ?> into a routing only platform!<br>
Note: This will turn off NAT!
</span>
</td>
OpenPOWER on IntegriCloud