2
0
forked from Wavyzz/dolibarr

Fix: "scandir" in url is blocked in some providers

This commit is contained in:
Regis Houssin
2017-08-23 10:07:00 +02:00
parent 41ce4886fd
commit 6dda2f3670
19 changed files with 62 additions and 62 deletions

View File

@@ -36,7 +36,7 @@ if (! $user->admin) accessforbidden();
$action = GETPOST('action','alpha');
$value = GETPOST('value','alpha');
$label = GETPOST('label','alpha');
$scandir = GETPOST('scandir','alpha');
$scandir = GETPOST('scan_dir','alpha');
$type='invoice';
if (empty($conf->global->PAYMENT_ADDON)) $conf->global->PAYMENT_ADDON = 'mod_payment_cicada.php';