forked from Wavyzz/dolibarr
Fix var not sanitized
This commit is contained in:
@@ -39,7 +39,7 @@ $langs->load("errors");
|
||||
if (!$user->admin)
|
||||
accessforbidden();
|
||||
|
||||
$action = GETPOST("action");
|
||||
$action = GETPOST('action','aZ09');
|
||||
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user