Browse Source

Update php.sh

FusionPBX 6 năm trước cách đây
mục cha
commit
f5e1f3ed23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      debian/resources/php.sh

+ 1 - 1
debian/resources/php.sh

@@ -76,7 +76,7 @@ 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
+#install ioncube
 if [ .$cpu_architecture = .'x86' ]; then
 	. ./ioncube.sh
 fi