a
This commit is contained in:
parent
138487073a
commit
df7eb7977e
|
|
@ -70,6 +70,11 @@ class ControleurRecherche extends Controleur {
|
|||
{
|
||||
$csrf_token = trim($this->requete->getParametreFormulaire("csrf_token"));
|
||||
|
||||
var_dump(
|
||||
"csrf_token" => $csrf_token,
|
||||
);
|
||||
exit;
|
||||
|
||||
if (!Csrf::validateToken($csrf_token)) {
|
||||
$_SESSION['flash_error'] = 'Votre session a expiré. Veuillez réessayer.';
|
||||
|
||||
|
|
@ -96,7 +101,7 @@ class ControleurRecherche extends Controleur {
|
|||
$numeroBonKine=trim($_POST['numeroBonKine']);
|
||||
$numeroBonSeance=trim($_POST['numeroBonSeance']);
|
||||
*/
|
||||
|
||||
|
||||
if ($numeroBonConsultation=="0")
|
||||
{
|
||||
$numeroBonConsultation="";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user