import backup
This commit is contained in:
parent
f49c9d7712
commit
119c98edab
73 changed files with 5687 additions and 2 deletions
9
backup/260311/api/.htaccess
Normal file
9
backup/260311/api/.htaccess
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Protection du dossier cache
|
||||
<Files "cache/*">
|
||||
Deny from all
|
||||
</Files>
|
||||
|
||||
# Autoriser uniquement l'accès au proxy PHP
|
||||
<FilesMatch "donorbox-proxy\.php$">
|
||||
Allow from all
|
||||
</FilesMatch>
|
||||
Loading…
Add table
Add a link
Reference in a new issue