a
This commit is contained in:
parent
9df03abc8b
commit
ebebbeb2a5
|
|
@ -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 = "";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user