aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/maintenance/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/ezyang/htmlpurifier/maintenance/.htaccess')
-rw-r--r--vendor/ezyang/htmlpurifier/maintenance/.htaccess7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/ezyang/htmlpurifier/maintenance/.htaccess b/vendor/ezyang/htmlpurifier/maintenance/.htaccess
deleted file mode 100644
index 8f6c14146..000000000
--- a/vendor/ezyang/htmlpurifier/maintenance/.htaccess
+++ /dev/null
@@ -1,7 +0,0 @@
-<IfModule mod_authz_core.c>
- Require all denied
-</IfModule>
-
-<IfModule !mod_authz_core.c>
- Deny from all
-</ifModule>