aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-10 21:57:01 +0000
committerLudovic Arnaud <ludovic_arnaud@users.sourceforge.net>2003-04-10 21:57:01 +0000
commit9cb23785971c5577dbf8c5476c98dadfa62e6379 (patch)
treef47718e28b903563782ea4e075b2d44893116bee /phpBB
parent3616d540947c67ea020c66d36518c792429bc163 (diff)
downloadforums-9cb23785971c5577dbf8c5476c98dadfa62e6379.tar
forums-9cb23785971c5577dbf8c5476c98dadfa62e6379.tar.gz
forums-9cb23785971c5577dbf8c5476c98dadfa62e6379.tar.bz2
forums-9cb23785971c5577dbf8c5476c98dadfa62e6379.tar.xz
forums-9cb23785971c5577dbf8c5476c98dadfa62e6379.zip
Added /cache/templates/ and /files/ directories to the repository
git-svn-id: file:///svn/phpbb/trunk@3808 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/files/.htaccess4
1 files changed, 4 insertions, 0 deletions
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 @@
+<Limit GET POST PUT>
+Order Allow,Deny
+Deny from All
+</Limit> \ No newline at end of file