From 2b83c1ce7bad9f60319816f29a5dab0718503cca Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 16 Jan 2026 11:02:11 +0000 Subject: [PATCH] a --- Controleur/ControleurRendezvous.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Controleur/ControleurRendezvous.php b/Controleur/ControleurRendezvous.php index 708bd04..67e76aa 100755 --- a/Controleur/ControleurRendezvous.php +++ b/Controleur/ControleurRendezvous.php @@ -20,6 +20,9 @@ class ControleurRendezvous extends Controleur { public function index() { + echo "Rendezvous"; + exit(); + $idDemandeRdv = $_SESSION['idDemandeRdv'] ?? '0'; $benficiaires = $this->rendezvous->getBeneficaire();