summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_admin.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-01-29 20:20:57 -0500
committerChris Buechler <cmb@pfsense.org>2010-01-29 20:20:57 -0500
commitc26bda2e81af9dae07d73a7c31c596a3a1e8da69 (patch)
treeb03c3ac70345199ccc3910b914acbbb1fdc6d1c7 /usr/local/www/system_advanced_admin.php
parent094dfa1613e5831abf9e5970c78bc55ed44ee60e (diff)
downloadpfsense-c26bda2e81af9dae07d73a7c31c596a3a1e8da69.zip
pfsense-c26bda2e81af9dae07d73a7c31c596a3a1e8da69.tar.gz
clarify text
Diffstat (limited to 'usr/local/www/system_advanced_admin.php')
-rw-r--r--usr/local/www/system_advanced_admin.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 39fdbe8..3b86537 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -285,11 +285,12 @@ function prot_change() {
<input name="noantilockout" type="checkbox" id="noantilockout" value="yes" <?php if ($pconfig['noantilockout']) echo "checked"; ?> />
<strong>Disable webConfigurator anti-lockout rule</strong>
<br/>
- By default, access to the webConfigurator on the <?=$lockout_interface;?>
- interface is always permitted, regardless of the user-defined filter
- rule set. Enable this feature to control webConfigurator access (make
- sure to have a filter rule in place that allows you in, or you will
- lock yourself out!). <em> Hint: the &quot;set configure IP address&quot;
+ When this is unchecked, access to the webConfigurator on the <?=$lockout_interface;?>
+ interface is always permitted, regardless of the user-defined firewall
+ rule set. Check this box to disable this automatically added rule, so access
+ to the webConfigurator is controlled by the user-defined firewall rules
+ (ensure you have a firewall rule in place that allows you in, or you will
+ lock yourself out!). <em> Hint: the &quot;Set interface(s) IP address&quot;
option in the console menu resets this setting as well. </em>
</td>
</tr>
OpenPOWER on IntegriCloud