Merge pull request #13044 from ksar-ksar/10.0

FIX : Warning on admin/export_files
This commit is contained in:
Laurent Destailleur 2020-02-08 15:05:44 +01:00 committed by GitHub
commit 5f5645a184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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