From: Moritz Bunkus Date: Mon, 5 Feb 2007 11:09:16 +0000 (+0000) Subject: Der direkte Zugriff per Webbrowser auf einige Verzeichniss muss verhindert werden. X-Git-Tag: release-2.4.2~153 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6277aefffea29c8aa6f684bd86c55cdc6366f32f;p=kivitendo-erp.git Der direkte Zugriff per Webbrowser auf einige Verzeichniss muss verhindert werden. --- diff --git a/CGI/.htaccess b/CGI/.htaccess new file mode 100644 index 000000000..0a9a0473a --- /dev/null +++ b/CGI/.htaccess @@ -0,0 +1,2 @@ +Order Allow,Deny +Deny from all diff --git a/SL/.htaccess b/SL/.htaccess new file mode 100644 index 000000000..0a9a0473a --- /dev/null +++ b/SL/.htaccess @@ -0,0 +1,2 @@ +Order Allow,Deny +Deny from all diff --git a/bin/mozilla/.htaccess b/bin/mozilla/.htaccess new file mode 100644 index 000000000..0a9a0473a --- /dev/null +++ b/bin/mozilla/.htaccess @@ -0,0 +1,2 @@ +Order Allow,Deny +Deny from all diff --git a/locale/.htaccess b/locale/.htaccess new file mode 100644 index 000000000..0a9a0473a --- /dev/null +++ b/locale/.htaccess @@ -0,0 +1,2 @@ +Order Allow,Deny +Deny from all diff --git a/scripts/.htaccess b/scripts/.htaccess new file mode 100644 index 000000000..0a9a0473a --- /dev/null +++ b/scripts/.htaccess @@ -0,0 +1,2 @@ +Order Allow,Deny +Deny from all diff --git a/t/.htaccess b/t/.htaccess new file mode 100644 index 000000000..0a9a0473a --- /dev/null +++ b/t/.htaccess @@ -0,0 +1,2 @@ +Order Allow,Deny +Deny from all diff --git a/templates/.htaccess b/templates/.htaccess new file mode 100644 index 000000000..0a9a0473a --- /dev/null +++ b/templates/.htaccess @@ -0,0 +1,2 @@ +Order Allow,Deny +Deny from all