no message

This commit is contained in:
kuaifan
2022-03-29 14:48:36 +08:00
parent 80a21dbf4a
commit b2f8da500b
6 changed files with 66 additions and 7 deletions

View File

@@ -700,7 +700,7 @@ auto_globals_jit = On
; Its value may be 0 to disable the limit. It is ignored if POST data reading
; is disabled through enable_post_data_reading.
; http://php.net/post-max-size
post_max_size = 200M
post_max_size = 512M
; Automatically add files before PHP document.
; http://php.net/auto-prepend-file
@@ -852,7 +852,7 @@ file_uploads = On
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 200M
upload_max_filesize = 512M
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 100