diff options
Diffstat (limited to 'phpBB/style.php')
-rw-r--r-- | phpBB/style.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/style.php b/phpBB/style.php index 056ff2cce7..84a2394744 100644 --- a/phpBB/style.php +++ b/phpBB/style.php @@ -67,6 +67,7 @@ if ($id && $sid) { exit; } + unset($dbpasswd); $config = $cache->obtain_config(); |