summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index ba199f0..a672d4f 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -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 pfSense 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 pfSense 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