mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix GETPOST on 'action'
This commit is contained in:
@@ -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');
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user