From: Andreas Gohr Date: Wed, 5 Dec 2007 10:24:28 +0000 (+0100) Subject: added .htaccess filese to protect inc and similar directories X-Git-Tag: 0.7.1~29 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fa4594f1dac7cd86034870683a59ab4ee72a9681;p=contagged added .htaccess filese to protect inc and similar directories darcs-hash:20071205102428-6e07b-d0b024a8584671555b0c3bc1cd5eb6ddc257b775.gz --- diff --git a/cache/.htaccess b/cache/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/cache/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all diff --git a/contrib/.htaccess b/contrib/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/contrib/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all diff --git a/doc/.htaccess b/doc/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/doc/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all diff --git a/inc/.htaccess b/inc/.htaccess new file mode 100644 index 0000000..53e63b3 --- /dev/null +++ b/inc/.htaccess @@ -0,0 +1,3 @@ +## no access to this directory +order allow,deny +deny from all