From ceb0f06f63b912384b134b3aea2f26da4725bd75 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 7 Jun 2021 22:29:15 -0600 Subject: [PATCH] Remove the comments. --- 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 6eead38..05fc7e8 100755 --- a/ubuntu/resources/php.sh +++ b/ubuntu/resources/php.sh @@ -80,9 +80,9 @@ 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 -# . ./ioncube.sh -#fi +if [ .$cpu_architecture = .'x86' ]; then + . ./ioncube.sh +fi #restart php-fpm systemctl daemon-reload