From 1d3259b5818da92ce006717a8542d60f3a7755b0 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Fri, 4 Sep 2015 09:17:58 -0400 Subject: Comment edit --- src/usr/local/www/system_authservers.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/usr/local/www/system_authservers.php') 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) -- cgit v1.1