First commit
This commit is contained in:
commit
f0591a20ab
71 changed files with 5682 additions and 0 deletions
9
api/.htaccess
Normal file
9
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