about summary refs log tree commit diff stats
path: root/wiki/inc/.htaccess
diff options
context:
space:
mode:
authorahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
committerahriman <ahriman@falte.red>2019-01-02 04:57:35 +0000
commit2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch)
treef9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/inc/.htaccess
parentbcb215c3a7e914d05f166846a33860e48bba64fb (diff)
downloadsite-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz
removed dokuwiki
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>