diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-28 08:37:42 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-03-28 08:37:42 +0000 |
commit | 712a35b2e7826c4f8abc82ce30793142de7ef830 (patch) | |
tree | b4a8b88fb51db790a171f2ca640e3e05cf283125 /phpBB/files | |
parent | c8033774b564f249bb6e10ff8bf41ce1bc56737c (diff) | |
download | forums-712a35b2e7826c4f8abc82ce30793142de7ef830.tar forums-712a35b2e7826c4f8abc82ce30793142de7ef830.tar.gz forums-712a35b2e7826c4f8abc82ce30793142de7ef830.tar.bz2 forums-712a35b2e7826c4f8abc82ce30793142de7ef830.tar.xz forums-712a35b2e7826c4f8abc82ce30793142de7ef830.zip |
now we won't support physical downloads we can fill the .htaccess file.
git-svn-id: file:///svn/phpbb/trunk@7238 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/files')
-rw-r--r-- | phpBB/files/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/files/.htaccess b/phpBB/files/.htaccess index e69de29bb2..c39181686f 100644 --- a/phpBB/files/.htaccess +++ b/phpBB/files/.htaccess @@ -0,0 +1,4 @@ +<Limit GET POST PUT> +Order Allow,Deny +Deny from All +</Limit>
\ No newline at end of file |