Fix per eventuali a capo nei file inclusi

This commit is contained in:
Matteo 2019-10-07 18:44:05 +02:00 committed by GitHub
parent 6d260839a3
commit 4ea7ef654f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -296,6 +296,7 @@ if (!function_exists('download')) {
*/ */
function download($file, $filename = null) function download($file, $filename = null)
{ {
ob_get_clean();
ob_end_clean(); ob_end_clean();
if (!headers_sent()) { if (!headers_sent()) {