Update php.sh

This commit is contained in:
FusionPBX 2019-06-03 09:56:31 -06:00 committed by GitHub
parent 87adb7c9b7
commit b8fd0361cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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