mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Better this way.
git-svn-id: file:///svn/phpbb/trunk@7430 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
42251d008c
commit
f90a81cf77
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ if (isset($_GET['avatar']))
|
|||
{
|
||||
exit;
|
||||
}
|
||||
unset($dbpasswd)
|
||||
|
||||
$config = $cache->obtain_config();
|
||||
$filename = $_GET['avatar'];
|
||||
|
|
|
@ -67,6 +67,7 @@ if ($id && $sid)
|
|||
{
|
||||
exit;
|
||||
}
|
||||
unset($dbpasswd);
|
||||
|
||||
$config = $cache->obtain_config();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue