diff options
author | 2003-07-20 13:58:11 +0000 | |
---|---|---|
committer | 2003-07-20 13:58:11 +0000 | |
commit | e5ea1f1755308eb6ed57097e14030aec93f19b93 (patch) | |
tree | c58f0e2b4a94966e5b12b07384adef36a7be5ba8 /phpBB/store | |
parent | oops (diff) | |
download | phpbb-e5ea1f1755308eb6ed57097e14030aec93f19b93.tar.gz phpbb-e5ea1f1755308eb6ed57097e14030aec93f19b93.tar.bz2 phpbb-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/.htaccess | 4 |
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 |