summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_authservers.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-09-04 09:17:58 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-09-04 09:17:58 -0400
commit1d3259b5818da92ce006717a8542d60f3a7755b0 (patch)
tree90ed84111b6d2a671a409740efe7c68224f6671a /src/usr/local/www/system_authservers.php
parent241111d7ff4f41c419f436227391f3f4633913d6 (diff)
downloadpfsense-1d3259b5818da92ce006717a8542d60f3a7755b0.zip
pfsense-1d3259b5818da92ce006717a8542d60f3a7755b0.tar.gz
Comment edit
Diffstat (limited to 'src/usr/local/www/system_authservers.php')
-rw-r--r--src/usr/local/www/system_authservers.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/local/www/system_authservers.php b/src/usr/local/www/system_authservers.php
index eedee33..6f35451 100644
--- a/src/usr/local/www/system_authservers.php
+++ b/src/usr/local/www/system_authservers.php
@@ -355,14 +355,13 @@ if ($_POST) {
}
}
-// On error, restore the form contents so the user doesn't have to re-eneter it
+// On error, restore the form contents so the user doesn't have to re-enter too much
if($_POST && $input_errors) {
$pconfig = $_POST;
$pconfig['ldap_authcn'] = $_POST['ldapauthcontainers'];
$pconfig['ldap_template'] = $_POST['ldap_tmpltype'];
}
-
include("head.inc");
if ($input_errors)
OpenPOWER on IntegriCloud