2
0
forked from Wavyzz/dolibarr

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

@@ -39,7 +39,7 @@ $langs->load("errors");
if (!$user->admin)
accessforbidden();
$action = GETPOST("action");
$action = GETPOST('action','aZ09');
/*