aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/index.php')
-rw-r--r--phpBB/adm/index.php9
1 files changed, 1 insertions, 8 deletions
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index ac8725a599..0c317d3d4c 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -205,14 +205,7 @@ function adm_page_footer($copyright_html = true)
$template->display('body');
- // Unload cache, must be done before the DB connection if closed
- if (!empty($cache))
- {
- $cache->unload();
- }
-
- // Close our DB connection.
- $db->sql_close();
+ garbage_collection();
exit;
}