1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 05:34:01 +02:00

[ticket/14285] Update controllers

PHPBB3-14285
This commit is contained in:
Rubén Calvo
2018-07-11 07:32:53 +02:00
committed by rubencm
parent 05c44e74b3
commit dc1d3683a8
5 changed files with 73 additions and 144 deletions

View File

@@ -33,7 +33,7 @@ if (isset($_GET['avatar']))
$response = new RedirectResponse(
$controller_helper->route('phpbb_storage_avatar', array(
'file' => $request->variable('avatar', ''),
)),
), false),
301
);
$response->send();
@@ -50,7 +50,7 @@ $response = new RedirectResponse(
'file' => $attach_id,
'mode' => $mode,
't' => $thumbnail,
)),
), false),
301
);
$response->send();