From 7ce90c7bf194a4407a4c90011a9a7726074af074 Mon Sep 17 00:00:00 2001 From: fhenry Date: Sat, 23 Mar 2013 12:03:47 +0100 Subject: [PATCH] Fix : Main eMail configuration SMTP password as input type wasn't password (password display in clear...)! --- htdocs/admin/mails.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index fa4aa52bfc8..f96528648af 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -434,7 +434,7 @@ if ($action == 'edit') // SuperAdministrator access only if (empty($conf->multicompany->enabled) || ($user->admin && !$user->entity)) { - print ''; + print ''; } else {