a
This commit is contained in:
parent
880bf8d5db
commit
e74353b1c5
|
|
@ -30,13 +30,27 @@ class ControleurRecherche extends Controleur {
|
|||
|
||||
|
||||
if(!empty($_POST)) {
|
||||
$csrf_token = trim($this->requete->getParametreFormulaire("csrf_token"));
|
||||
|
||||
$numeroBeneficiaire = trim($this->requete->getParametreFormulaire("numeroBeneficiaire"));
|
||||
$numeroAdherent = trim($this->requete->getParametreFormulaire("numeroAdherent"));
|
||||
$nomBeneficiaire = trim($this->requete->getParametreFormulaire("nomBeneficiaire"));
|
||||
$prenomsBeneficiaire = trim($this->requete->getParametreFormulaire("prenomsBeneficiaire"));
|
||||
$telephonePortable = trim($this->requete->getParametreFormulaire("telephonePortable"));
|
||||
$email = trim($this->requete->getParametreFormulaire("email"));
|
||||
|
||||
/*
|
||||
$numeroBeneficiaire=trim($_POST['numeroBeneficiaire']);
|
||||
$numeroAdherent=trim($_POST['numeroAdherent']);
|
||||
$nomBeneficiaire=trim($_POST['nomBeneficiaire']);
|
||||
$prenomsBeneficiaire=trim($_POST['prenomsBeneficiaire']);
|
||||
$telephonePortable=trim($_POST['telephonePortable']);
|
||||
$email=trim($_POST['email']);
|
||||
*/
|
||||
|
||||
var_dump($csrf_token);
|
||||
|
||||
exit;
|
||||
|
||||
if($numeroBeneficiaire != '')
|
||||
{
|
||||
|
|
|
|||
|
|
@ -658,7 +658,6 @@
|
|||
<!-- End #main -->
|
||||
<input type="text" class="sr-only" id="numeroClient_C" name="numeroClient_C" value="<?= $this->nettoyer($_SESSION['numeroClient_C']) ?>">
|
||||
<input type="text" class="sr-only" id="codeGcAssureur_C" NAME="codeGcAssureur_C" value="<?= $this->nettoyer($_SESSION['codeGcAssureur_C']) ?>">
|
||||
<!-- <input class="sr-only" type="text" id="csrf_token" name="csrf_token" value="<?= $token ?>"> -->
|
||||
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<button class="btn-info-context mb-2" id="showSideNav" title="<?= _("Afficher contexte")?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user