summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2017-02-04 22:11:56 -0500
committerSteve Beaver <sbeaver@netgate.com>2017-02-04 22:11:56 -0500
commit772faea6d809df3260ecfea1a7256c1d892d8356 (patch)
treefaeaa56b256910197845b6e0c92c72ade8fc6585 /src/usr/local/www
parente402b079cfeaa4ecc7019df79c75b45c036fae00 (diff)
parent31d711500fdcfd996684aa7967b003bd82870969 (diff)
downloadpfsense-772faea6d809df3260ecfea1a7256c1d892d8356.zip
pfsense-772faea6d809df3260ecfea1a7256c1d892d8356.tar.gz
Merge pull request #3471 from phil-davis/patch-1
Diffstat (limited to 'src/usr/local/www')
-rw-r--r--src/usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_admin.php b/src/usr/local/www/system_advanced_admin.php
index 8f2326e..0331c3b 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -405,7 +405,7 @@ $section->addInput(new Form_Checkbox(
'disable this automatically added rule, so access to the webConfigurator is '.
'controlled by the user-defined firewall rules (ensure a firewall rule is '.
'in place that allows access, to avoid being locked out!) <em>Hint: the &quot;Set interface(s) IP address&quot; '.
- 'option in the console menu resets this setting as well.</em>', [$lockout_interface]);
+ 'option in the console menu resets this setting as well.</em>', $lockout_interface);
$section->addInput(new Form_Checkbox(
'nodnsrebindcheck',
OpenPOWER on IntegriCloud