FIX sanitize param $action

This commit is contained in:
Laurent Destailleur
2018-11-05 17:53:31 +01:00
parent dd70f1bf08
commit c0f4ec5a3e
136 changed files with 151 additions and 147 deletions

View File

@@ -35,7 +35,7 @@ $urlwithroot=$urlwithouturlroot.DOL_URL_ROOT; // This is to use external domain
$action = GETPOST('action', 'alpha');
$action = GETPOST('action', 'aZ09');
$backtourl = GETPOST('backtourl', 'alpha');