Reverted some test
authorMichael <heluecht@pirati.ca>
Wed, 25 Oct 2017 04:47:04 +0000 (04:47 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 25 Oct 2017 04:47:04 +0000 (04:47 +0000)
boot.php

index f894886..426b367 100644 (file)
--- 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();