From ebebbeb2a5dcbd050ddb820f20db4d331cf0f0b8 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 22 Apr 2026 08:56:45 +0000 Subject: [PATCH] a --- Controleur/ControleurRemboursement.php | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/Controleur/ControleurRemboursement.php b/Controleur/ControleurRemboursement.php index adff2c3..ba88639 100755 --- a/Controleur/ControleurRemboursement.php +++ b/Controleur/ControleurRemboursement.php @@ -19,14 +19,6 @@ class ControleurRemboursement extends Controleur { public function index($msgErreur=null) { - var_dump( - array( - "Action" => "index", - "donnees" => $_POST - ) - ); - // exit; - $idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0'; $msgErreurGed = ""; @@ -54,7 +46,10 @@ class ControleurRemboursement extends Controleur { "donnees" => $_POST ) ); - exit; + // exit; + + + header('Location: https://assure.ebene.ovh/Accueilassure/'); $message = "";