mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
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
This commit is contained in:
parent
6bcf4a3110
commit
e5ea1f1755
1 changed files with 4 additions and 0 deletions
4
phpBB/store/.htaccess
Normal file
4
phpBB/store/.htaccess
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<Limit GET POST PUT>
|
||||||
|
Order Allow,Deny
|
||||||
|
Deny from All
|
||||||
|
</Limit>
|
Loading…
Add table
Reference in a new issue