Project

General

Profile

« Previous | Next » 

Revision 709cc6e0

Added by Bill Marquette almost 18 years ago

global s/[wW]ebGUI/webConfigurator/ - brought up via ticket #1427

View differences:

usr/local/www/system_advanced.php
404 404
			<td colspan="2" class="list" height="12">&nbsp;</td>
405 405
		</tr>
406 406
		<tr>
407
			<td colspan="2" valign="top" class="listtopic">webGUI SSL certificate/key</td>
407
			<td colspan="2" valign="top" class="listtopic">webConfigurator SSL certificate/key</td>
408 408
		</tr>
409 409
		<tr>
410 410
			<td width="22%" valign="top" class="vncell">Certificate</td>
......
470 470
                  <td width="78%" class="vtable">
471 471
                    <input name="polling_enable" type="checkbox" id="polling_enable" value="yes" <?php if ($pconfig['polling_enable']) echo "checked"; ?>>
472 472
                    <strong>Use device polling</strong><br>
473
						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.
473
						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.
474 474
						Not all NICs support polling; see the pfSense homepage for a list of supported cards.
475 475
                  </td>
476 476
                </tr>
......
507 507
		</tr>
508 508
<?php endif; ?>
509 509
		<tr>
510
			<td width="22%" valign="top" class="vncell">webGUI anti-lockout</td>
510
			<td width="22%" valign="top" class="vncell">webConfigurator anti-lockout</td>
511 511
			<td width="78%" class="vtable">
512 512
				<input name="noantilockout" type="checkbox" id="noantilockout" value="yes" <?php if ($pconfig['noantilockout']) echo "checked"; ?> />
513
				<strong>Disable webGUI anti-lockout rule</strong>
513
				<strong>Disable webConfigurator anti-lockout rule</strong>
514 514
				<br />
515
				By default, access to the webGUI on the LAN interface is always permitted, regardless of the user-defined filter
516
				rule set. Enable this feature to control webGUI access (make sure to have a filter rule in place that allows you
515
				By default, access to the webConfigurator on the LAN interface is always permitted, regardless of the user-defined filter
516
				rule set. Enable this feature to control webConfigurator access (make sure to have a filter rule in place that allows you
517 517
				in, or you will lock yourself out!).
518 518
				<br />
519 519
				Hint: the &quot;set LAN IP address&quot; option in the console menu  resets this setting as well.

Also available in: Unified diff