From 9cb23785971c5577dbf8c5476c98dadfa62e6379 Mon Sep 17 00:00:00 2001 From: Ludovic Arnaud Date: Thu, 10 Apr 2003 21:57:01 +0000 Subject: [PATCH] Added /cache/templates/ and /files/ directories to the repository git-svn-id: file:///svn/phpbb/trunk@3808 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/files/.htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 phpBB/files/.htaccess diff --git a/phpBB/files/.htaccess b/phpBB/files/.htaccess new file mode 100644 index 0000000000..c39181686f --- /dev/null +++ b/phpBB/files/.htaccess @@ -0,0 +1,4 @@ + +Order Allow,Deny +Deny from All + \ No newline at end of file