diff options
-rw-r--r-- | phpBB/web.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/web.config b/phpBB/web.config index e374e611f6..128fe3c98f 100644 --- a/phpBB/web.config +++ b/phpBB/web.config @@ -7,6 +7,8 @@ <add segment="cache" /> <add segment="files" /> <add segment="store" /> + <add segment="config.php" /> + <add segment="common.php" /> </hiddenSegments> </requestFiltering> </security> |