diff --git a/Controleur/ControleurRechercheprestations.php b/Controleur/ControleurRechercheprestations.php index 30425008..9bc02a63 100755 --- a/Controleur/ControleurRechercheprestations.php +++ b/Controleur/ControleurRechercheprestations.php @@ -50,6 +50,7 @@ class ControleurRechercheprestations extends Controleur { var_dump( array( + /* "numeroBeneficiaire" => $numeroBeneficiaire, "numeroAdherent" => $numeroAdherent, "nomBeneficiaire" => $nomBeneficiaire, @@ -63,10 +64,12 @@ class ControleurRechercheprestations extends Controleur { "numeroBonExamen" => $numeroBonExamen, "numeroBonKine" => $numeroBonKine, "numeroBonSeance" => $numeroBonSeance, + */ + "csrf_token" => $csrf_token, ) ); exit; - + if ($numeroBonConsultation=="0") { $numeroBonConsultation=""; diff --git a/Vue/Rechercheprestations/index.php b/Vue/Rechercheprestations/index.php index 9e57ad7d..8dda4c63 100755 --- a/Vue/Rechercheprestations/index.php +++ b/Vue/Rechercheprestations/index.php @@ -1,10 +1,12 @@ -titre = "INTER SANTE - "._("Rechercher sinistre") ; +
+ + csrf_token :