From 4f97339ffa0c15e3a337e109b864f21faf57d947 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Fri, 23 Sep 2005 16:03:24 +0000 Subject: [PATCH] I'm backporting this change from the Olympus code as we have no need of this information after this point. This should not affect anything, but if you are following CVS please implement this change and let me know if there are any problems. git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5224 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/db.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpBB/includes/db.php b/phpBB/includes/db.php index 73ca94fc38..71472854c9 100644 --- a/phpBB/includes/db.php +++ b/phpBB/includes/db.php @@ -63,4 +63,7 @@ if(!$db->db_connect_id) message_die(CRITICAL_ERROR, "Could not connect to the database"); } +// We do not need this any longer, unset for safety purposes +unset($dbpasswd); + ?> \ No newline at end of file