mirror of
https://github.com/danog/AltervistaUserBot.git
synced 2024-11-30 04:19:15 +01:00
Testing self-updates with syntax mistakes
This commit is contained in:
parent
12de1b2d1a
commit
7579981d1c
@ -1 +1 @@
|
||||
2.0.6
|
||||
2.0.7
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
function closeConnection($message = 'OK!')
|
||||
function closeConnection($message = 'OK!') {
|
||||
ob_end_clean();
|
||||
header('Connection: close');
|
||||
ignore_user_abort(true);
|
||||
|
Loading…
Reference in New Issue
Block a user