]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Rename functions
[friendica.git] / boot.php
index a699a66f95d29cc5b0c17c3624584808959c687a..004ebf3adecde4a4563a754dccf46153a66d1c5e 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -32,7 +32,6 @@ use Friendica\Model\Contact;
 use Friendica\Util\DateTimeFormat;
 
 require_once 'include/text.php';
-require_once 'include/datetime.php';
 
 define('FRIENDICA_PLATFORM',     'Friendica');
 define('FRIENDICA_CODENAME',     'Asparagus');
@@ -871,13 +870,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();
 }