Small fixes

This commit is contained in:
RainLoop Team 2014-07-23 19:05:16 +04:00
parent b68a56cf6b
commit 5a762f5066
8 changed files with 61 additions and 20 deletions

View file

@ -155,7 +155,7 @@ class PoppassdClient extends \MailSo\Net\NetClient
{
case 'pass':
case 'newpass':
$sResult = '*******';
$sResult = '********';
break;
}
}