diff options
-rwxr-xr-x | boot.php | 1 | ||||
-rwxr-xr-x | index.php | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1616,7 +1616,6 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) { * @brief Used to end the current process, after saving session state. */ function killme() { - session_write_close(); exit; } @@ -190,5 +190,4 @@ call_hooks('page_end', App::$page['content']); construct_page($a); -session_write_close(); exit; |