diff --git a/boot.php b/boot.php index f894886e8..426b367fe 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();