aq
This commit is contained in:
parent
6325d2ccf7
commit
65892f4864
|
|
@ -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']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user