浏览代码

Update php.sh

FusionPBX 6 年之前
父节点
当前提交
b8fd0361cc
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ubuntu/resources/php.sh

+ 3 - 3
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