diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-06-15 18:47:24 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-06-15 18:47:24 +0200 |
commit | bf3bac87720190d09795825316c87b6deefa103f (patch) | |
tree | 3c575cd9a05e4c694d5f064ca412c9b34650f85a /phpBB | |
parent | bf61602a285bce86cb4f26c2155fd781fb09f7c5 (diff) | |
parent | 62a51e681e55a4af8c4f7d8a75458c608da74bf3 (diff) | |
download | forums-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.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> |