X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=744aadb9f4013e15957808ee834e50e188346e0b;hp=5b30f4f795174e15a0dd36501aa36651104efcd9;hb=8e74b561f46f5d90b7fe8c3280ec064ae85df1e9;hpb=de5910b8e5deb9285a7ac57c26ebd894f4e1afbf diff --git a/inc/functions.php b/inc/functions.php index 5b30f4f795..744aadb9f4 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2238,6 +2238,7 @@ function encodeHashForCookie ($passHash) { //* DEBUG: */ outputHtml(__FUNCTION__.':'.strlen($passHash).'/'.strlen(getConfig('secret_key')).'
'); if ((strlen($passHash) != 49) || (strlen(getConfig('secret_key')) != 40)) { // Both keys must have same length so return unencrypted + logDebugMessage(__FUNCTION__, __LINE__, strlen($passHash).'!=49/'.strlen(getConfig('secret_key')).'!=40'); return $ret; } // END - if