From 712a35b2e7826c4f8abc82ce30793142de7ef830 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 28 Mar 2007 08:37:42 +0000 Subject: [PATCH] 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 --- phpBB/files/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ + +Order Allow,Deny +Deny from All + \ No newline at end of file