Fix GETPOST on 'action'

This commit is contained in:
Laurent Destailleur
2020-09-16 19:39:50 +02:00
parent 47031cb656
commit bfbb217607
358 changed files with 359 additions and 359 deletions

View File

@@ -41,7 +41,7 @@ $langs->loadLangs(array('admin', 'errors', 'orders', 'other'));
if (!$user->admin) accessforbidden();
$action = GETPOST('action', 'alpha');
$action = GETPOST('action', 'aZ09');
$value = GETPOST('value', 'alpha');
$label = GETPOST('label', 'alpha');
$scandir = GETPOST('scan_dir', 'alpha');