diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-07-08 17:53:32 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-07-08 17:53:32 +0200 |
commit | e3e236da72f9bb8985fcecc25758c98559f76179 (patch) | |
tree | db19ca49520a40964decf7f02781256c0a8f4e5e /phpBB/config | |
parent | 633a5177915682492f90499ebb53fc0d87c15785 (diff) | |
download | forums-e3e236da72f9bb8985fcecc25758c98559f76179.tar forums-e3e236da72f9bb8985fcecc25758c98559f76179.tar.gz forums-e3e236da72f9bb8985fcecc25758c98559f76179.tar.bz2 forums-e3e236da72f9bb8985fcecc25758c98559f76179.tar.xz forums-e3e236da72f9bb8985fcecc25758c98559f76179.zip |
[ticket/12834] Correctly match directories in session page
Also clean path before working with it
PHPBB3-12834
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/services.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/config/services.yml b/phpBB/config/services.yml index 735a49c99b..0862650011 100644 --- a/phpBB/config/services.yml +++ b/phpBB/config/services.yml @@ -362,3 +362,5 @@ services: viewonline_helper: class: phpbb\viewonline_helper + arguments: + - @filesystem |