diff --git a/controllers/admin/AdminAccountingExportController.php b/controllers/admin/AdminAccountingExportController.php index 82ecb641e..61b3cff5b 100644 --- a/controllers/admin/AdminAccountingExportController.php +++ b/controllers/admin/AdminAccountingExportController.php @@ -429,7 +429,6 @@ class AdminAccountingExportControllerCore extends AdminController ob_clean(); flush(); - // Check if echo will be sufficient @readfile($path); exit(); }