diff -r 75a06e057016 -r a09a3ae04dcf dot.htaccess
--- a/dot.htaccess Tue Oct 17 17:28:05 2017 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# needs AllowOverride AuthConfig Options
-Options None Indexes ExecCGI FollowSymlinks
-
- Order deny,allow
- deny from all
- satisfy all
-
-
- AuthType Basic
- AuthName upload
- Require valid-user
- AuthUserFile /htpasswd
- Order allow,deny
-
-
- Order allow,deny
-