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 = "";