Initial commit (code), runtime ignoré, secrets exclus

This commit is contained in:
nicoboy
2026-01-02 15:05:25 +01:00
commit 2fdcf50bc1
87 changed files with 11525 additions and 0 deletions

11
.htaccess Normal file
View File

@ -0,0 +1,11 @@
# Protection dossiers sensibles
<FilesMatch "\.(json|log|sql|md|sh)$">
Order allow,deny
Deny from all
</FilesMatch>
# PHP settings
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 300
php_value memory_limit 256M