a
This commit is contained in:
parent
d216e4f885
commit
8f37f45693
|
|
@ -582,8 +582,8 @@
|
||||||
|
|
||||||
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 = "";
|
||||||
|
|
@ -593,7 +593,10 @@
|
||||||
$photoAssureCrypte = decryptImage($photo);
|
$photoAssureCrypte = decryptImage($photo);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
$photo = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$lienPhoto;
|
||||||
|
|
||||||
$photoAssureCrypte = $photo;
|
$photoAssureCrypte = $photo;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var_dump
|
var_dump
|
||||||
|
|
@ -622,6 +625,7 @@
|
||||||
src="<?=$photoAssureCrypte?>"
|
src="<?=$photoAssureCrypte?>"
|
||||||
alt="<?= _("Photo Bénéficiaire") ?>"
|
alt="<?= _("Photo Bénéficiaire") ?>"
|
||||||
>
|
>
|
||||||
|
<?= _("Photo Bénéficiaire") ?>
|
||||||
</div>
|
</div>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<div class="photo-zoom-container" style="display: inline-block;">
|
<div class="photo-zoom-container" style="display: inline-block;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user