From d3e06e02cefa328f1b1eee5f5a76998338bfd4fe Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 1 Aug 2019 13:02:08 -0600 Subject: [PATCH] Update php.sh --- ubuntu/resources/php.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ubuntu/resources/php.sh b/ubuntu/resources/php.sh index 84e69a9..49aac78 100755 --- a/ubuntu/resources/php.sh +++ b/ubuntu/resources/php.sh @@ -65,6 +65,7 @@ if [ ."$php_version" = ."7.2" ]; then fi sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file +sed 's#; max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file #install ioncube #if [ .$cpu_architecture = .'x86' ]; then