diff options
author | redmatrix <git@macgirvin.com> | 2016-05-09 22:28:54 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-09 22:28:54 -0700 |
commit | baa7020036f4b6112a58a99d04af2f5287a8c815 (patch) | |
tree | 56c502ca4af2d883d4575696c284283fd60ecfe7 /boot.php | |
parent | f658a3cae135070887d3df48151177778371d0e2 (diff) | |
download | volse-hubzilla-baa7020036f4b6112a58a99d04af2f5287a8c815.tar.gz volse-hubzilla-baa7020036f4b6112a58a99d04af2f5287a8c815.tar.bz2 volse-hubzilla-baa7020036f4b6112a58a99d04af2f5287a8c815.zip |
revert shutdown function
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |