1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-05 23:25:30 +02:00

Better this way.

git-svn-id: file:///svn/phpbb/trunk@7430 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2007-04-30 10:59:47 +00:00
parent 42251d008c
commit f90a81cf77
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ if (isset($_GET['avatar']))
{
exit;
}
unset($dbpasswd)
$config = $cache->obtain_config();
$filename = $_GET['avatar'];

View File

@ -67,6 +67,7 @@ if ($id && $sid)
{
exit;
}
unset($dbpasswd);
$config = $cache->obtain_config();