a
This commit is contained in:
parent
5a2113835c
commit
0ab6b38d57
|
|
@ -57,10 +57,10 @@ class ControleurRemboursement extends Controleur {
|
|||
// if(!empty($_POST))
|
||||
if(!empty($_FILES))
|
||||
{
|
||||
header("Location: https://assure.ebene.ovh/Historiqueremboursement/KANE");
|
||||
|
||||
$csrf_token = trim($this->requete->getParametreFormulaire("csrf_token_upload"));
|
||||
|
||||
header("Location: https://assure.ebene.ovh/Historiqueremboursement/$csrf_token");
|
||||
|
||||
if (!Csrf::validateToken($csrf_token)) {
|
||||
$_SESSION['flash_error'] = 'Votre session a expiré. Veuillez réessayer.';
|
||||
|
||||
|
|
@ -148,12 +148,8 @@ 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