From a64bc1a4c8dfa9f7e1f42ec0db40883029186cc8 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Sat, 29 Nov 2014 16:19:55 +0000 Subject: [PATCH] Fax Server: Mask account connection password field. --- app/fax/fax_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/fax/fax_edit.php b/app/fax/fax_edit.php index c3981e095f..0d556a6d44 100644 --- a/app/fax/fax_edit.php +++ b/app/fax/fax_edit.php @@ -901,7 +901,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-email_connection_password']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " ".$text['description-email_connection_password']."\n"; echo "\n";