This commit is contained in:
KANE LAZENI 2026-04-22 09:47:59 +00:00
parent f3c33ea9f9
commit 5a2113835c

View File

@ -50,9 +50,6 @@ class ControleurRemboursement extends Controleur {
{ {
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0'; $idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
// header('Location: https://assure.ebene.ovh/Accueilassure/');
header("Location: https://assure.ebene.ovh/Historiqueremboursement/$idDemandeRemboursement");
$message = ""; $message = "";
$nouveau_fichier = "Rien"; $nouveau_fichier = "Rien";
@ -152,8 +149,11 @@ class ControleurRemboursement extends Controleur {
// fin upload // fin upload
} }
header("Location: https://assure.ebene.ovh/Historiqueremboursement/LAZ");
// $this->executerAction("index"); // $this->executerAction("index");
echo "après uploadged"; echo "après uploadged";
} }
} }