From 1a4a6b5ff90d0d557ed6ea1a1045f9713c83bbbd Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 5 Jul 2011 17:45:33 -0700 Subject: explicitly close db connections - do not rely on process exit --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') diff --git a/index.php b/index.php index 2e24c5b01..a0a0bc779 100644 --- a/index.php +++ b/index.php @@ -326,4 +326,5 @@ else require_once(str_replace($lang . '/', '', $template)); session_write_close(); +closedb(); exit; -- cgit v1.2.3