a
This commit is contained in:
parent
f3c33ea9f9
commit
5a2113835c
|
|
@ -50,9 +50,6 @@ class ControleurRemboursement extends Controleur {
|
|||
{
|
||||
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
|
||||
|
||||
// header('Location: https://assure.ebene.ovh/Accueilassure/');
|
||||
header("Location: https://assure.ebene.ovh/Historiqueremboursement/$idDemandeRemboursement");
|
||||
|
||||
$message = "";
|
||||
|
||||
$nouveau_fichier = "Rien";
|
||||
|
|
@ -61,7 +58,7 @@ class ControleurRemboursement extends Controleur {
|
|||
if(!empty($_FILES))
|
||||
{
|
||||
header("Location: https://assure.ebene.ovh/Historiqueremboursement/KANE");
|
||||
|
||||
|
||||
$csrf_token = trim($this->requete->getParametreFormulaire("csrf_token_upload"));
|
||||
|
||||
if (!Csrf::validateToken($csrf_token)) {
|
||||
|
|
@ -152,8 +149,11 @@ class ControleurRemboursement extends Controleur {
|
|||
// fin upload
|
||||
}
|
||||
|
||||
header("Location: https://assure.ebene.ovh/Historiqueremboursement/LAZ");
|
||||
|
||||
// $this->executerAction("index");
|
||||
echo "après uploadged";
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user