diff options
Diffstat (limited to 'phpBB/web.config')
-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> |