瀏覽代碼

Remove the comments.

FusionPBX 4 年之前
父節點
當前提交
ceb0f06f63
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ubuntu/resources/php.sh

+ 3 - 3
ubuntu/resources/php.sh

@@ -80,9 +80,9 @@ sed 's#;max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file
 sed 's#; max_input_vars = .*#max_input_vars = 8000#g' -i $php_ini_file
 sed 's#; max_input_vars = .*#max_input_vars = 8000#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