diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2016-02-04 17:10:59 +0100 |
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2016-02-04 17:14:48 +0100 |
| commit | fd9c05309d186332728b533467aaecad5c543c52 (patch) | |
| tree | dc5738e6d3ab1ee32ffa6c3145429fc88eb2c979 /phpBB/config | |
| parent | 9a5b2d5e66c2b9bea16f22589b0a2507f766fd9d (diff) | |
| download | forums-fd9c05309d186332728b533467aaecad5c543c52.tar forums-fd9c05309d186332728b533467aaecad5c543c52.tar.gz forums-fd9c05309d186332728b533467aaecad5c543c52.tar.bz2 forums-fd9c05309d186332728b533467aaecad5c543c52.tar.xz forums-fd9c05309d186332728b533467aaecad5c543c52.zip | |
[ticket/14448] Let user decide if remote upload certs should be checked
Also fixed some minor issues like coding style.
PHPBB3-14448
Diffstat (limited to 'phpBB/config')
| -rw-r--r-- | phpBB/config/default/container/services_files.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/default/container/services_files.yml b/phpBB/config/default/container/services_files.yml index 39277bcd9d..88414d89a9 100644 --- a/phpBB/config/default/container/services_files.yml +++ b/phpBB/config/default/container/services_files.yml @@ -49,6 +49,7 @@ services: class: phpbb\files\types\remote scope: prototype arguments: + - '@config' - '@files.factory' - '@language' - '@php_ini' |
