From b8fd0361cc073ebc96f6a0815c973d80980989ae Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 3 Jun 2019 09:56:31 -0600 Subject: [PATCH] Update php.sh --- ubuntu/resources/php.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu/resources/php.sh b/ubuntu/resources/php.sh index fac3099..84e69a9 100755 --- a/ubuntu/resources/php.sh +++ b/ubuntu/resources/php.sh @@ -67,9 +67,9 @@ 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 #install ioncube -if [ .$cpu_architecture = .'x86' ]; then - . ./ioncube.sh -fi +#if [ .$cpu_architecture = .'x86' ]; then +# . ./ioncube.sh +#fi #restart php-fpm systemctl daemon-reload