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:
parent
42251d008c
commit
f90a81cf77
@ -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…
x
Reference in New Issue
Block a user