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

@@ -29,7 +29,7 @@ $langs->loadLangs(array("admin", "other", "modulebuilder"));
if (!$user->admin || empty($conf->modulebuilder->enabled))
accessforbidden();
$action = GETPOST('action', 'alpha');
$action = GETPOST('action', 'aZ09');
$backtopage = GETPOST('backtopage', 'alpha');
/*