summaryrefslogtreecommitdiff
path: root/lib/_fla
diff options
context:
space:
mode:
authorMarc Schiffbauer <marc@schiffbauer.net>2011-03-29 23:48:47 +0200
committerMichael Hamann <michael@content-space.de>2011-03-29 23:48:47 +0200
commita3f9f75c2624b73c4a57bf2a346ae71bf6a5fb98 (patch)
tree66eb97906312987e0eb6f795d1d19a17fdcfd8e2 /lib/_fla
parent0215870b9842d62210711b7198a3dab0851b0cf4 (diff)
downloadrpg-a3f9f75c2624b73c4a57bf2a346ae71bf6a5fb98.tar.gz
rpg-a3f9f75c2624b73c4a57bf2a346ae71bf6a5fb98.tar.bz2
Make .htaccess access protection work in more setups
Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection didn't work as expected.
Diffstat (limited to 'lib/_fla')
-rw-r--r--lib/_fla/.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/_fla/.htaccess b/lib/_fla/.htaccess
index 9a7d38c12..055d099c7 100644
--- a/lib/_fla/.htaccess
+++ b/lib/_fla/.htaccess
@@ -1,3 +1,4 @@
## no access to the fla directory
order allow,deny
deny from all
+Satisfy All