a
This commit is contained in:
parent
b007b415b5
commit
f3c33ea9f9
|
|
@ -50,23 +50,18 @@ class ControleurRemboursement extends Controleur {
|
|||
{
|
||||
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"Action" => "uploadged",
|
||||
"donnees" => $_POST
|
||||
)
|
||||
);
|
||||
|
||||
// header('Location: https://assure.ebene.ovh/Accueilassure/');
|
||||
header("Location: https://assure.ebene.ovh/Historiqueremboursement/$idDemandeRemboursement");
|
||||
|
||||
$message = "";
|
||||
|
||||
$nouveau_fichier = "Rien";
|
||||
|
||||
if(!empty($_POST))
|
||||
{
|
||||
|
||||
// if(!empty($_POST))
|
||||
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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user