Merge pull request #13041 from ksar-ksar/develop

FIX : Warning on admin/export_files
This commit is contained in:
Laurent Destailleur 2020-02-08 15:01:30 +01:00 committed by GitHub
commit f28da6a602

View File

@ -173,9 +173,6 @@ if ($errormsg)
setEventMessages($langs->trans("Error")." : ".$errormsg, null, 'errors');
}
print '<br>';
// Redirect t backup page
header("Location: dolibarr_export.php");