summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-04-19 11:48:56 +0200
committerAndreas Gohr <andi@splitbrain.org>2013-04-19 11:48:56 +0200
commit8e06db6889203ff5a40f4f121ba46c898564f628 (patch)
treea35807f0b689abb61e9d41efe1ab9d57e26c625c
parent2d3f0c1657bcc4c97b1629fae08661213d973d56 (diff)
downloadrpg-8e06db6889203ff5a40f4f121ba46c898564f628.tar.gz
rpg-8e06db6889203ff5a40f4f121ba46c898564f628.tar.bz2
removed Satisfy All directive FS#2750
-rw-r--r--.htaccess.dist1
-rw-r--r--conf/.htaccess1
-rw-r--r--data/.htaccess1
-rw-r--r--inc/.htaccess1
-rw-r--r--inc/lang/.htaccess1
5 files changed, 0 insertions, 5 deletions
diff --git a/.htaccess.dist b/.htaccess.dist
index c90abdc80..5724a6e04 100644
--- a/.htaccess.dist
+++ b/.htaccess.dist
@@ -8,7 +8,6 @@
<Files ~ "^([\._]ht|README$|VERSION$|COPYING$)">
Order allow,deny
Deny from all
- Satisfy All
</Files>
## Uncomment these rules if you want to have nice URLs using
diff --git a/conf/.htaccess b/conf/.htaccess
index f5dda6086..bcc3ea0bd 100644
--- a/conf/.htaccess
+++ b/conf/.htaccess
@@ -1,4 +1,3 @@
## no access to the conf directory
order allow,deny
deny from all
-Satisfy All
diff --git a/data/.htaccess b/data/.htaccess
index 2cbb757e7..281d5c33d 100644
--- a/data/.htaccess
+++ b/data/.htaccess
@@ -1,3 +1,2 @@
order allow,deny
deny from all
-Satisfy All
diff --git a/inc/.htaccess b/inc/.htaccess
index 68ae43e72..2d9c357ff 100644
--- a/inc/.htaccess
+++ b/inc/.htaccess
@@ -1,4 +1,3 @@
## no access to the inc directory
order allow,deny
deny from all
-Satisfy All
diff --git a/inc/lang/.htaccess b/inc/lang/.htaccess
index 572f5156f..2d69be754 100644
--- a/inc/lang/.htaccess
+++ b/inc/lang/.htaccess
@@ -1,4 +1,3 @@
## no access to the lang directory
order allow,deny
deny from all
-Satisfy All