diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-04-30 10:59:47 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-04-30 10:59:47 +0000 |
commit | f90a81cf77f9ee4b8ee02b31e4b992debd267276 (patch) | |
tree | 5ce57b4a695bd82e2d5fbbd888ae648b81de5065 | |
parent | 42251d008c06ad0f475f116643c6583fc9a4eda7 (diff) | |
download | forums-f90a81cf77f9ee4b8ee02b31e4b992debd267276.tar forums-f90a81cf77f9ee4b8ee02b31e4b992debd267276.tar.gz forums-f90a81cf77f9ee4b8ee02b31e4b992debd267276.tar.bz2 forums-f90a81cf77f9ee4b8ee02b31e4b992debd267276.tar.xz forums-f90a81cf77f9ee4b8ee02b31e4b992debd267276.zip |
Better this way.
git-svn-id: file:///svn/phpbb/trunk@7430 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/download.php | 1 | ||||
-rw-r--r-- | phpBB/style.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/download.php b/phpBB/download.php index 5b2f7b17cf..d4d04d0479 100644 --- a/phpBB/download.php +++ b/phpBB/download.php @@ -31,6 +31,7 @@ if (isset($_GET['avatar'])) { exit; } + unset($dbpasswd) $config = $cache->obtain_config(); $filename = $_GET['avatar']; 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(); |