From: Michael Date: Wed, 25 Oct 2017 04:47:04 +0000 (+0000) Subject: Reverted some test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6d1ba768efd9e67cb5214cccdcad86ac906e5098;p=friendica.git Reverted some test --- diff --git a/boot.php b/boot.php index f894886e8d..426b367fec 100644 --- a/boot.php +++ b/boot.php @@ -905,7 +905,7 @@ function login($register = false, $hiddens = false) { */ function killme() { if (!get_app()->is_backend()) { - @session_write_close(); + session_write_close(); } exit();