mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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', '');
|
$sPassphrase = $this->GetActionParam('signPassphrase', '');
|
||||||
|
$this->logMask($sPassphrase);
|
||||||
|
|
||||||
$sFingerprint = $this->GetActionParam('signFingerprint', '');
|
$sFingerprint = $this->GetActionParam('signFingerprint', '');
|
||||||
if ($sFingerprint) {
|
if ($sFingerprint) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue