FIX Better sanitizing of search all parameter.

This commit is contained in:
Laurent Destailleur
2017-05-09 19:36:10 +02:00
parent 667e3c2876
commit 6d01bd712d
33 changed files with 54 additions and 43 deletions

View File

@@ -71,7 +71,7 @@ $search_zip=GETPOST('search_zip','alpha');
$search_state=trim(GETPOST("search_state"));
$search_country=GETPOST("search_country",'int');
$search_type_thirdparty=GETPOST("search_type_thirdparty",'int');
$sall=GETPOST('sall');
$sall=GETPOST('sall', 'alphanohtml');
$socid=GETPOST('socid','int');
$search_user=GETPOST('search_user','int');
$search_sale=GETPOST('search_sale','int');