feat: import
All checks were successful
web/send/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot
2025-12-18 10:09:38 -05:00
commit 06a31cd59e
12 changed files with 808 additions and 0 deletions

10
php.ini Normal file
View File

@@ -0,0 +1,10 @@
file_uploads = On
upload_max_filesize = 10G
post_max_size = 10G
max_file_uploads = 20
memory_limit = 512M
max_execution_time = 300
max_input_time = 300
expose_php = Off
display_errors = Off
log_errors = On