aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-14 23:18:33 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-14 23:18:33 +0200
commitbc7aebe0fb10e3a3bf0606ec4b8ebc1e6f622592 (patch)
tree953493b9626579dfce7eb6e50a59785dc47e777f /phpBB/web.config
parentMerge remote-tracking branch 'naderman/ticket/10214' into develop-olympus (diff)
downloadphpbb-bc7aebe0fb10e3a3bf0606ec4b8ebc1e6f622592.tar.gz
phpbb-bc7aebe0fb10e3a3bf0606ec4b8ebc1e6f622592.tar.bz2
phpbb-bc7aebe0fb10e3a3bf0606ec4b8ebc1e6f622592.zip
[ticket/10219] Remove invalid and invisible character from web.config.
PHPBB3-10219
Diffstat (limited to 'phpBB/web.config')
-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>