a
This commit is contained in:
parent
d216e4f885
commit
8f37f45693
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user