about summary refs log tree commit diff stats
path: root/wiki/inc/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/inc/.htaccess')
-rw-r--r--wiki/inc/.htaccess8
1 files changed, 0 insertions, 8 deletions
diff --git a/wiki/inc/.htaccess b/wiki/inc/.htaccess
deleted file mode 100644
index 2b34c72..0000000
--- a/wiki/inc/.htaccess
+++ /dev/null
@@ -1,8 +0,0 @@
-## no access to the inc directory
-<IfModule mod_authz_host>
-    Require all denied
-</IfModule>
-<IfModule !mod_authz_host>
-    Order allow,deny
-    Deny from all
-</IfModule>