mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
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
This commit is contained in:
parent
5542e3d4d5
commit
4f97339ffa
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
||||
?>
|
Loading…
Add table
Reference in a new issue