This commit is contained in:
Daniil Gentili 2018-03-30 18:26:08 +02:00
parent 402ba72e01
commit 38bd9cbe55
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.0.12
2.0.13

View File

@ -5,7 +5,7 @@ function closeConnection($message = 'OK!')
if (php_sapi_name() === 'cli') {
return;
}
ob_end_clean();
@ob_end_clean();
header('Connection: close');
ignore_user_abort(true);
ob_start();