From 8be15c1484506b5979ac8ddff67ce2255053159c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 28 Mar 2020 18:22:18 -0600 Subject: [PATCH] Update php.sh --- debian/resources/php.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/resources/php.sh b/debian/resources/php.sh index bec71aa..b268df9 100755 --- a/debian/resources/php.sh +++ b/debian/resources/php.sh @@ -92,6 +92,7 @@ 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 +sed 's#; max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file #install ioncube if [ .$cpu_architecture = .'x86' ]; then