mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10038] Use request_var() in the avatar code path of download/file.php Conflicts: phpBB/download/file.php
This commit is contained in:
commit
8f0e9aee5c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ if (isset($_GET['avatar']))
|
|||
set_config(null, null, null, $config);
|
||||
set_config_count(null, null, null, $config);
|
||||
|
||||
$filename = $_GET['avatar'];
|
||||
$filename = request_var('avatar', '');
|
||||
$avatar_group = false;
|
||||
$exit = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue