From 16fdab608977c175d267b29a8955d750cbb97f0f Mon Sep 17 00:00:00 2001 From: ksar <35605507+ksar-ksar@users.noreply.github.com> Date: Thu, 6 Feb 2020 12:12:20 +0100 Subject: [PATCH] Update export_files.php REmove the Warning --- htdocs/admin/tools/export_files.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/admin/tools/export_files.php b/htdocs/admin/tools/export_files.php index b6e593d15bf..9f9d48b64de 100644 --- a/htdocs/admin/tools/export_files.php +++ b/htdocs/admin/tools/export_files.php @@ -173,8 +173,6 @@ if ($errormsg) setEventMessages($langs->trans("Error")." : ".$errormsg, null, 'errors'); } -print '
'; - // Redirect t backup page header("Location: dolibarr_export.php");