a
This commit is contained in:
parent
3da6a09d62
commit
3c5ca0f10a
|
|
@ -28,6 +28,10 @@ class ControleurRecherche extends Controleur {
|
|||
$this->beneficiaire->getModeBiometrie();
|
||||
|
||||
if(!empty($_POST)) {
|
||||
|
||||
var_dump($_POST);
|
||||
exit;
|
||||
|
||||
$csrf_token = trim($this->requete->getParametreFormulaire("csrf_token"));
|
||||
|
||||
$numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user