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

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