add php.ini to increase file upload size

This commit is contained in:
Jannis Portmann 2021-05-11 23:38:54 +02:00
parent e3cdf5f273
commit a9d05fea93

2
php.ini Normal file
View file

@ -0,0 +1,2 @@
upload_max_filesize = 10M
post_max_size = 11M