Typo fix
This commit is contained in:
parent
92e8b58bd9
commit
f33c3c9ee6
@ -182,7 +182,7 @@ trait Loop
|
|||||||
header('Connection: close');
|
header('Connection: close');
|
||||||
ignore_user_abort(true);
|
ignore_user_abort(true);
|
||||||
ob_start();
|
ob_start();
|
||||||
echo '<html><body><h1>'.$message.'</h1></body</html>';
|
echo '<html><body><h1>'.$message.'</h1></body></html>';
|
||||||
$size = ob_get_length();
|
$size = ob_get_length();
|
||||||
header("Content-Length: $size");
|
header("Content-Length: $size");
|
||||||
header('Content-Type: text/html');
|
header('Content-Type: text/html');
|
||||||
|
Loading…
Reference in New Issue
Block a user