aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/store
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-05-02 11:48:42 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-05-02 11:48:42 +0000
commitcb645227f7ca21e4ad39082030650e2bc5933936 (patch)
tree8e032add7834bc4245be7db5fb50912ae0ae4e17 /phpBB/store
parentd697124aaf7623b620588bdd918d525b1681994b (diff)
downloadforums-cb645227f7ca21e4ad39082030650e2bc5933936.tar
forums-cb645227f7ca21e4ad39082030650e2bc5933936.tar.gz
forums-cb645227f7ca21e4ad39082030650e2bc5933936.tar.bz2
forums-cb645227f7ca21e4ad39082030650e2bc5933936.tar.xz
forums-cb645227f7ca21e4ad39082030650e2bc5933936.zip
#10379
git-svn-id: file:///svn/phpbb/trunk@7448 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/store')
-rw-r--r--phpBB/store/.htaccess8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/store/.htaccess b/phpBB/store/.htaccess
index c39181686f..aa5afc1640 100644
--- a/phpBB/store/.htaccess
+++ b/phpBB/store/.htaccess
@@ -1,4 +1,4 @@
-<Limit GET POST PUT>
-Order Allow,Deny
-Deny from All
-</Limit> \ No newline at end of file
+<Files *>
+ Order Allow,Deny
+ Deny from All
+</Files> \ No newline at end of file