diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-06-15 18:47:26 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-06-15 18:47:26 +0200 |
commit | 34c89b595072cf346ce3194038f26df6535320c7 (patch) | |
tree | 10b923639019ae791d3eb313299323356db3720e /phpBB | |
parent | 32f610fe1472481619e97e2d3c960a230286689f (diff) | |
parent | bf3bac87720190d09795825316c87b6deefa103f (diff) | |
download | forums-34c89b595072cf346ce3194038f26df6535320c7.tar forums-34c89b595072cf346ce3194038f26df6535320c7.tar.gz forums-34c89b595072cf346ce3194038f26df6535320c7.tar.bz2 forums-34c89b595072cf346ce3194038f26df6535320c7.tar.xz forums-34c89b595072cf346ce3194038f26df6535320c7.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10219] Remove invalid and invisible character from web.config.
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/web.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/web.config b/phpBB/web.config index 128fe3c98f..a73c328626 100644 --- a/phpBB/web.config +++ b/phpBB/web.config @@ -6,7 +6,7 @@ <hiddenSegments> <add segment="cache" /> <add segment="files" /> - <add segment="store" /> + <add segment="store" /> <add segment="config.php" /> <add segment="common.php" /> </hiddenSegments> |