From baa7020036f4b6112a58a99d04af2f5287a8c815 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 9 May 2016 22:28:54 -0700 Subject: revert shutdown function --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4e3412ac0..ebf743274 100755 --- a/boot.php +++ b/boot.php @@ -1633,7 +1633,7 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) { * @brief Used to end the current process, after saving session state. */ function killme() { - register_shutdown_function('shutdown'); +// register_shutdown_function('shutdown'); exit; } -- cgit v1.2.3