FIX CVE-2018-10094

This commit is contained in:
Laurent Destailleur 2018-04-18 12:23:49 +02:00
parent 6b3e5e2085
commit 7ade4e37f2

View File

@ -43,7 +43,7 @@ $toselect = GETPOST('toselect', 'array');
$result=restrictedArea($user,'adherent');
$filter=GETPOST("filter",'alpha');
$statut=GETPOST("statut",'alpha');
$statut=GETPOST("statut",'intcomma');
$search=GETPOST("search",'alpha');
$search_ref=GETPOST("search_ref",'alpha');
$search_lastname=GETPOST("search_lastname",'alpha');