FusionPBX 6 жил өмнө
parent
commit
b8fd0361cc

+ 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
 sed 's#upload_max_filesize = .*#upload_max_filesize = 80M#g' -i $php_ini_file
 
 
 #install ioncube
 #install ioncube
-if [ .$cpu_architecture = .'x86' ]; then
-	. ./ioncube.sh
-fi
+#if [ .$cpu_architecture = .'x86' ]; then
+#	. ./ioncube.sh
+#fi
 
 
 #restart php-fpm
 #restart php-fpm
 systemctl daemon-reload
 systemctl daemon-reload