aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
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;
}