diff --git a/Vue/Ficheadherent/index.php b/Vue/Ficheadherent/index.php index ec88101..12e2f4d 100644 --- a/Vue/Ficheadherent/index.php +++ b/Vue/Ficheadherent/index.php @@ -207,10 +207,40 @@ { $lienParente = $this->nettoyer($beneficiaire['LienParente']); } + + $faceRegistered = $this->nettoyer($beneficiaire['faceRegistered']); + $lienPhoto = $this->nettoyer($beneficiaire['lienPhoto']); + + // vérifier que la photo du bénéficiaire existe + $photo = ""; + $photoAssureCrypte = ""; + + if($faceRegistered == "1" && $lienPhoto>" ") + { + $photo = $_SESSION['dossierPhoto_C'].$_SESSION['dossierSociete'].'/Photos/'.$lienPhoto; + + $photoAssureCrypte = $photo; + + } ?> + + + +
+ <?= _(" + > +
+ +
+ +
+ +