aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-15 18:47:24 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-15 18:47:24 +0200
commitbf3bac87720190d09795825316c87b6deefa103f (patch)
tree3c575cd9a05e4c694d5f064ca412c9b34650f85a /phpBB
parentbf61602a285bce86cb4f26c2155fd781fb09f7c5 (diff)
parent62a51e681e55a4af8c4f7d8a75458c608da74bf3 (diff)
downloadforums-bf3bac87720190d09795825316c87b6deefa103f.tar
forums-bf3bac87720190d09795825316c87b6deefa103f.tar.gz
forums-bf3bac87720190d09795825316c87b6deefa103f.tar.bz2
forums-bf3bac87720190d09795825316c87b6deefa103f.tar.xz
forums-bf3bac87720190d09795825316c87b6deefa103f.zip
Merge branch 'prep-release-3.0.9' into develop-olympus
* prep-release-3.0.9: [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>