]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge branch 'develop' into task/3878-move-session-to-src
[friendica.git] / boot.php
index a699a66f95d29cc5b0c17c3624584808959c687a..b3743ab9916c47cd040ec000d7f0803ef7ad4ab4 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -871,13 +871,10 @@ function get_guid($size = 16, $prefix = "")
 
 /**
  * @brief Used to end the current process, after saving session state.
+ * @deprecated
  */
 function killme()
 {
-       if (!get_app()->is_backend()) {
-               session_write_close();
-       }
-
        exit();
 }