Testing self-updates with syntax mistakes

This commit is contained in:
Daniil Gentili 2018-03-27 19:58:11 +00:00
parent 12de1b2d1a
commit 7579981d1c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.0.6
2.0.7

View File

@ -1,6 +1,6 @@
<?php
function closeConnection($message = 'OK!')
function closeConnection($message = 'OK!') {
ob_end_clean();
header('Connection: close');
ignore_user_abort(true);