mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03: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…
Add table
Add a link
Reference in a new issue