Fix var not sanitized

This commit is contained in:
Laurent Destailleur
2017-05-16 13:27:32 +02:00
parent cc16bb0bef
commit 68e333879f
150 changed files with 261 additions and 248 deletions

View File

@@ -38,7 +38,7 @@ $forbarcode=GETPOST('forbarcode');
$fk_barcode_type=GETPOST('fk_barcode_type');
$eraseallbarcode=GETPOST('eraseallbarcode');
$action=GETPOST('action');
$action=GETPOST('action','aZ09');
$producttmp=new Product($db);
$thirdpartytmp=new Societe($db);