Explorar el Código

Increased max_input_vars to 10000 to prevent Invalid Form Post submission errors

Mark Shust hace 5 años
padre
commit
ef03397632
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      images/php/7.2/conf/php.ini
  2. 1 0
      images/php/7.3/conf/php.ini

+ 1 - 0
images/php/7.2/conf/php.ini

@@ -12,5 +12,6 @@ xdebug.idekey = PHPSTORM
 
 upload_max_filesize = 20M
 post_max_size = 20M
+max_input_vars = 10000
 
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"

+ 1 - 0
images/php/7.3/conf/php.ini

@@ -12,5 +12,6 @@ xdebug.idekey = PHPSTORM
 
 upload_max_filesize = 20M
 post_max_size = 20M
+max_input_vars = 10000
 
 sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"