Max size limit to 10M instead of 8M
This commit is contained in:
parent
12b909060e
commit
c84e93db8f
@ -482,7 +482,7 @@ register_argc_argv = Off
|
||||
auto_globals_jit = On
|
||||
|
||||
; Maximum size of POST data that PHP will accept.
|
||||
post_max_size = 8M
|
||||
post_max_size = 10M
|
||||
|
||||
; Magic quotes
|
||||
;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user