aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/store
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-07-20 13:58:11 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-07-20 13:58:11 +0000
commite5ea1f1755308eb6ed57097e14030aec93f19b93 (patch)
treec58f0e2b4a94966e5b12b07384adef36a7be5ba8 /phpBB/store
parent6bcf4a31109793b468748964241b09141af9b628 (diff)
downloadforums-e5ea1f1755308eb6ed57097e14030aec93f19b93.tar
forums-e5ea1f1755308eb6ed57097e14030aec93f19b93.tar.gz
forums-e5ea1f1755308eb6ed57097e14030aec93f19b93.tar.bz2
forums-e5ea1f1755308eb6ed57097e14030aec93f19b93.tar.xz
forums-e5ea1f1755308eb6ed57097e14030aec93f19b93.zip
This is where we can dump non-cache related files, e.g. database backups, styling output, etc. ... potentially we could also use it for upload/tmp work
git-svn-id: file:///svn/phpbb/trunk@4285 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/store')
-rw-r--r--phpBB/store/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/store/.htaccess b/phpBB/store/.htaccess
new file mode 100644
index 0000000000..c39181686f
--- /dev/null
+++ b/phpBB/store/.htaccess
@@ -0,0 +1,4 @@
+<Limit GET POST PUT>
+Order Allow,Deny
+Deny from All
+</Limit> \ No newline at end of file