From def4f41c5d9382586a01a1610d38dee3a651ea55 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 22 Apr 2026 09:03:23 +0000 Subject: [PATCH] a --- Controleur/ControleurRemboursement.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php index 478cd2f..5474596 100755 --- a/Controleur/ControleurRemboursement.php +++ b/Controleur/ControleurRemboursement.php @@ -19,8 +19,11 @@ class ControleurRemboursement extends Controleur { public function index($msgErreur=null) { + echo "heure : ".date(); + echo "
"; + echo "
"; echo "heure : ".time(); - + $idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0'; $msgErreurGed = "";