This commit is contained in:
KANE LAZENI 2025-12-10 12:16:31 +00:00
parent 6325d2ccf7
commit 65892f4864

View File

@ -583,6 +583,7 @@
if($faceRegistered == "1" && $lienPhoto>" ") if($faceRegistered == "1" && $lienPhoto>" ")
{ {
$photo = $_SESSION['lienPhotoFace'] . $lienPhoto; $photo = $_SESSION['lienPhotoFace'] . $lienPhoto;
/*
if(!file_exists($photo)) if(!file_exists($photo))
{ {
$photoAssureCrypte = ""; $photoAssureCrypte = "";
@ -591,6 +592,8 @@
{ {
$photoAssureCrypte = decryptImage($photo); $photoAssureCrypte = decryptImage($photo);
} }
*/
$photoAssureCrypte = $photo;
} }
$prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']); $prestationPossible = $this->nettoyer($beneficiaire['prestationPossibleEncaissement']);