summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-07 22:27:23 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-07 22:27:52 -0500
commit641ff348e58d55e8e12ae790429e4a22ac1e5e8b (patch)
tree659c8cf419e9f3d0f083e2ea4d734ba1e3e4f23b /src
parentc8705b31e252f37069312ebf2ee7631cd469391b (diff)
downloadpfsense-641ff348e58d55e8e12ae790429e4a22ac1e5e8b.zip
pfsense-641ff348e58d55e8e12ae790429e4a22ac1e5e8b.tar.gz
Correct element name (don't log web gui logins)
Diffstat (limited to 'src')
-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 257f4e8..64f5b51 100644
--- a/src/usr/local/www/system_advanced_admin.php
+++ b/src/usr/local/www/system_advanced_admin.php
@@ -413,7 +413,7 @@ $section->addInput(new Form_Checkbox(
'this option).');
$section->addInput(new Form_Checkbox(
- 'quietlogin',
+ 'webgui-login-messages',
'WebGUI login messages',
'Disable logging of webConfigurator successful logins',
$pconfig['quietlogin']
OpenPOWER on IntegriCloud