aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-15 18:47:26 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-15 18:47:26 +0200
commit34c89b595072cf346ce3194038f26df6535320c7 (patch)
tree10b923639019ae791d3eb313299323356db3720e /phpBB
parent32f610fe1472481619e97e2d3c960a230286689f (diff)
parentbf3bac87720190d09795825316c87b6deefa103f (diff)
downloadforums-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.config2
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>