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