mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
mask another passphrase in the logs for PHP < 8.2
This commit is contained in:
parent
ec0d92bfac
commit
4b8a295fbe
1 changed files with 1 additions and 0 deletions
|
@ -1066,6 +1066,7 @@ trait Messages
|
|||
}
|
||||
|
||||
$sPassphrase = $this->GetActionParam('signPassphrase', '');
|
||||
$this->logMask($sPassphrase);
|
||||
|
||||
$sFingerprint = $this->GetActionParam('signFingerprint', '');
|
||||
if ($sFingerprint) {
|
||||
|
|
Loading…
Reference in a new issue