diff options
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 41c31e75b1..9d2d8eb7bd 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -251,6 +251,9 @@ $db = new sql_db(); // Connect to DB $db->sql_connect($dbhost, $dbuser, $dbpasswd, $dbname, $dbport, false); +// We do not need this any longer, unset for safety purposes +unset($dbpasswd); + // Grab global variables, re-cache if necessary if ($config = $cache->get('config')) { |
