aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/page_tail.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/page_tail.php')
-rw-r--r--phpBB/page_tail.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/page_tail.php b/phpBB/page_tail.php
index 6384f8fb76..2c9cfeb221 100644
--- a/phpBB/page_tail.php
+++ b/phpBB/page_tail.php
@@ -39,5 +39,6 @@ $template->set_var(array("PHPBB_VERSION" => "2.0-alpha",
"ADMIN_LINK" => $admin_link));
$template->pparse("output", "overall_footer");
-
+// Close our DB connection.
+$db->close();
?>