1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/13358] Add file_downloader as replacement for get_remote_file

PHPBB3-13358
This commit is contained in:
Marc Alexander
2014-11-21 18:05:39 +01:00
parent f719803fdc
commit a080173010
2 changed files with 142 additions and 0 deletions

View File

@@ -109,6 +109,11 @@ services:
filesystem:
class: phpbb\filesystem
file_downloader:
class: phpbb\file_downloader
arguments:
- @user
http_kernel:
class: Symfony\Component\HttpKernel\HttpKernel
arguments: