From a1c0f00bc71846b3604d2b2a8f46194812886c61 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 12:28:06 +0000 Subject: [PATCH] a --- Vue/Ficheadherent/index.php | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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; + + } ?> + + + +
+ <?= _(" + > +
+ +
+ +
+ +