Update php.sh

This commit is contained in:
FusionPBX 2019-02-17 11:10:54 -07:00 committed by GitHub
parent 3d91ac2207
commit f5e1f3ed23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ fi
sed 's#post_max_size = .*#post_max_size = 80M#g' -i $php_ini_file 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#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file
#install #install ioncube
if [ .$cpu_architecture = .'x86' ]; then if [ .$cpu_architecture = .'x86' ]; then
. ./ioncube.sh . ./ioncube.sh
fi fi