initial commit

This commit is contained in:
2023-12-16 17:23:18 -06:00
commit 0df4f8540d
16 changed files with 254 additions and 0 deletions

8
shared/php.ini Normal file
View File

@@ -0,0 +1,8 @@
file_uploads = On
memory_limit = 256M
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
max_input_time = 1000
max_input_vars = 10000
max_multipart_body_parts = 10000