First commit

This commit is contained in:
isUnknown 2026-03-04 13:39:20 +01:00
commit f0591a20ab
71 changed files with 5682 additions and 0 deletions

9
api/.htaccess Normal file
View 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>