This commit is contained in:
KANE LAZENI 2025-12-10 12:28:26 +00:00
parent d216e4f885
commit 8f37f45693

View File

@ -582,8 +582,8 @@
if($faceRegistered == "1" && $lienPhoto>" ")
{
$photo = $_SESSION['lienPhotoFace'] . $lienPhoto;
/*
$photo = $_SESSION['lienPhotoFace'] . $lienPhoto;
if(!file_exists($photo))
{
$photoAssureCrypte = "";
@ -593,7 +593,10 @@
$photoAssureCrypte = decryptImage($photo);
}
*/
$photo = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$lienPhoto;
$photoAssureCrypte = $photo;
}
var_dump
@ -622,6 +625,7 @@
src="<?=$photoAssureCrypte?>"
alt="<?= _("Photo Bénéficiaire") ?>"
>
<?= _("Photo Bénéficiaire") ?>
</div>
<?php else: ?>
<div class="photo-zoom-container" style="display: inline-block;">