mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/10219] Remove invalid and invisible character from web.config.
PHPBB3-10219
This commit is contained in:
parent
5223f7558b
commit
bc7aebe0fb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<hiddenSegments>
|
<hiddenSegments>
|
||||||
<add segment="cache" />
|
<add segment="cache" />
|
||||||
<add segment="files" />
|
<add segment="files" />
|
||||||
<add segment="store" />
|
<add segment="store" />
|
||||||
<add segment="config.php" />
|
<add segment="config.php" />
|
||||||
<add segment="common.php" />
|
<add segment="common.php" />
|
||||||
</hiddenSegments>
|
</hiddenSegments>
|
||||||
|
|
Loading…
Add table
Reference in a new issue