From 60e7474b85c37845bfc9ba5563eed0b4fac17785 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 22 Apr 2026 08:26:54 +0000 Subject: [PATCH] a --- Controleur/ControleurRemboursement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php index 5baedf9..99be4a5 100755 --- a/Controleur/ControleurRemboursement.php +++ b/Controleur/ControleurRemboursement.php @@ -25,7 +25,7 @@ class ControleurRemboursement extends Controleur { "donnees" => $_POST ) ); - exit; + // exit; $idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';