From 5e6c17d54fe286fe970e6ad5552392793109b1db Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 17 Feb 2019 10:46:07 -0700 Subject: [PATCH] Update php.sh --- debian/resources/php.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/resources/php.sh b/debian/resources/php.sh index e39ee22..7344454 100755 --- a/debian/resources/php.sh +++ b/debian/resources/php.sh @@ -76,6 +76,9 @@ 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 +#install +. ./ioncube.sh + #restart php-fpm systemctl daemon-reload if [ ."$php_version" = ."5.6" ]; then