add php.ini to increase file upload size
This commit is contained in:
parent
e3cdf5f273
commit
a9d05fea93
1 changed files with 2 additions and 0 deletions
2
php.ini
Normal file
2
php.ini
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
upload_max_filesize = 10M
|
||||||
|
post_max_size = 11M
|
Reference in a new issue