mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 17:13:03 +01:00
Max size limit to 10M instead of 8M
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user