diff --git a/include/class.http.php b/include/class.http.php index ef917845d76a1f943e022167304eb7a2b0d131c5..8a5a2d4b9e6af5b12c8873a608af094c710ed8b6 100644 --- a/include/class.http.php +++ b/include/class.http.php @@ -55,6 +55,9 @@ class Http { }else{ header("Location: $url"); } + print('<html></html>'); + flush(); + ob_flush(); exit; }