a
This commit is contained in:
parent
b4ae51534a
commit
a8b56cd236
|
|
@ -34,6 +34,8 @@ class ControleurRechercheprestations extends Controleur {
|
||||||
if(!empty($_POST))
|
if(!empty($_POST))
|
||||||
// if (isset($_POST['numeroBeneficiaire']))
|
// if (isset($_POST['numeroBeneficiaire']))
|
||||||
{
|
{
|
||||||
|
$csrf_token = trim($this->requete->getParametreFormulaire("csrf_token"));
|
||||||
|
|
||||||
$numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire"));
|
$numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire"));
|
||||||
$numeroAdherent = trim($this->requete->getParametreFormulaire('numeroAdherent'));
|
$numeroAdherent = trim($this->requete->getParametreFormulaire('numeroAdherent'));
|
||||||
$nomBeneficiaire = trim($this->requete->getParametreFormulaire('nomBeneficiaire'));
|
$nomBeneficiaire = trim($this->requete->getParametreFormulaire('nomBeneficiaire'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user