a
This commit is contained in:
parent
9df03abc8b
commit
ebebbeb2a5
|
|
@ -19,14 +19,6 @@ class ControleurRemboursement extends Controleur {
|
||||||
|
|
||||||
public function index($msgErreur=null)
|
public function index($msgErreur=null)
|
||||||
{
|
{
|
||||||
var_dump(
|
|
||||||
array(
|
|
||||||
"Action" => "index",
|
|
||||||
"donnees" => $_POST
|
|
||||||
)
|
|
||||||
);
|
|
||||||
// exit;
|
|
||||||
|
|
||||||
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
|
$idDemandeRemboursement = $_SESSION['idDemandeRemboursement'] ?? '0';
|
||||||
|
|
||||||
$msgErreurGed = "";
|
$msgErreurGed = "";
|
||||||
|
|
@ -54,7 +46,10 @@ class ControleurRemboursement extends Controleur {
|
||||||
"donnees" => $_POST
|
"donnees" => $_POST
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
exit;
|
// exit;
|
||||||
|
|
||||||
|
|
||||||
|
header('Location: https://assure.ebene.ovh/Accueilassure/');
|
||||||
|
|
||||||
$message = "";
|
$message = "";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user