mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-11-26 11:54:38 +01:00
Bugfix
This commit is contained in:
parent
402ba72e01
commit
38bd9cbe55
@ -1 +1 @@
|
||||
2.0.12
|
||||
2.0.13
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user