diff options
author | Chris Smith <toonarmy@phpbb.com> | 2010-04-28 19:22:10 +0100 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-05-03 19:32:29 +0200 |
commit | 43f47dba4c8e43b286391748763c00d3e949564b (patch) | |
tree | 13dd34e99b8c50e364e5e08c77890b936f644136 | |
parent | 8612fc23d4d7ca90ea80e5a12e7bd51ed315e0dd (diff) | |
download | forums-43f47dba4c8e43b286391748763c00d3e949564b.tar forums-43f47dba4c8e43b286391748763c00d3e949564b.tar.gz forums-43f47dba4c8e43b286391748763c00d3e949564b.tar.bz2 forums-43f47dba4c8e43b286391748763c00d3e949564b.tar.xz forums-43f47dba4c8e43b286391748763c00d3e949564b.zip |
[ticket/9520] Additionally filter requests for {common,config}.php
PHPBB3-9520
-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> |