summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-02-04 22:54:49 +0545
committerGitHub <noreply@github.com>2017-02-04 22:54:49 +0545
commit31d711500fdcfd996684aa7967b003bd82870969 (patch)
treebdb8a0c6625bc47d66da164b6e012d72f2114758 /src/usr/local/www
parent70ada8192a8aa850c0ab7accd57d9d22fd2e49f9 (diff)
downloadpfsense-31d711500fdcfd996684aa7967b003bd82870969.zip
pfsense-31d711500fdcfd996684aa7967b003bd82870969.tar.gz
system_advanced_admin remove setHelp array
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