diff --git a/www/.htaccess b/www/.htaccess index 8ad835fb2d..61973c03b8 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -14,7 +14,7 @@ php_flag file_uploads On php_value upload_max_filesize 50M php_value display_errors 1 # for post vars limit. -php_value max_input_vars 3000 +php_value max_input_vars 100000 # yslow settings. diff --git a/www/.ztaccess b/www/.ztaccess index 10dc5ac621..4caa0e98c8 100644 --- a/www/.ztaccess +++ b/www/.ztaccess @@ -14,7 +14,7 @@ php_flag file_uploads On php_value upload_max_filesize 50M php_value display_errors 1 # for post vars limit. -php_value max_input_vars 3000 +php_value max_input_vars 100000 # yslow settings.