aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/images/avatars/upload/web.config
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/images/avatars/upload/web.config')
-rw-r--r--phpBB/images/avatars/upload/web.config13
1 files changed, 0 insertions, 13 deletions
diff --git a/phpBB/images/avatars/upload/web.config b/phpBB/images/avatars/upload/web.config
deleted file mode 100644
index 278494bafc..0000000000
--- a/phpBB/images/avatars/upload/web.config
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<configuration>
- <system.webServer>
- <rewrite>
- <rules>
- <rule name="phpBB Default Rule" stopProcessing="true">
- <match url=".*" />
- <action type="CustomResponse" statusCode="403" statusReason="Forbidden: Access is denied." statusDescription="You do not have permission to view this directory or page." />
- </rule>
- </rules>
- </rewrite>
- </system.webServer>
-</configuration> \ No newline at end of file