aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-05 18:21:56 -0700
committerFriendika <info@friendika.com>2011-07-05 18:21:56 -0700
commitdb30a2342ceecbaed0b72e02d37422700b0d588a (patch)
tree8df5cdf46a914051bb758918352b2ce63f885bc7 /boot.php
parent1a4a6b5ff90d0d557ed6ea1a1045f9713c83bbbd (diff)
downloadvolse-hubzilla-db30a2342ceecbaed0b72e02d37422700b0d588a.tar.gz
volse-hubzilla-db30a2342ceecbaed0b72e02d37422700b0d588a.tar.bz2
volse-hubzilla-db30a2342ceecbaed0b72e02d37422700b0d588a.zip
undo last checkin
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5efba4acc..c95e24dc1 100644
--- a/boot.php
+++ b/boot.php
@@ -989,7 +989,6 @@ function autoname($len) {
if(! function_exists('killme')) {
function killme() {
session_write_close();
- closedb();
exit;
}}