Project

General

Profile

« Previous | Next » 

Revision e9bb7c19

Added by Chris Buechler about 16 years ago

use product_name

View differences:

usr/local/www/system_advanced.php
496 496
                    <input name="polling_enable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['polling_enable']) echo "checked"; ?>>
497 497
                    <strong>Use device polling</strong><br>
498 498
                                        Device polling is a technique that lets the system periodically poll network devices for new data instead of relying on interrupts. This prevents your webGUI, SSH, etc. from being inaccessible due to interrupt floods when under extreme load. Generally this is not recommended.
499
                                        Not all NICs support polling; see the pfSense homepage for a list of supported cards.
499
                                        Not all NICs support polling; see the <?=$g['product_name'];?> homepage for a list of supported cards.
500 500
                  </td>
501 501
                </tr>
502 502

  
......
630 630
				<input name="disablefilter" type="checkbox" id="disablefilter" value="yes" <?php if (isset($config['system']['disablefilter'])) echo "checked"; ?> onclick="enable_change(false)" />
631 631
				<strong>Disable all packet filtering.</strong>
632 632
				<br />
633
				<span class="vexpl">Note:  This converts pfSense into a routing only platform!<br>
633
				<span class="vexpl">Note:  This converts <?=$g['product_name'];?> into a routing only platform!<br>
634 634
				                    Note:  This will turn off NAT!
635 635
				</span>
636 636
			</td>

Also available in: Unified diff