Update 'Main-Installer.sh'

This commit is contained in:
2018-09-07 12:18:06 +00:00
parent 21ad6b24ed
commit 7fcf96adb0

View File

@@ -128,7 +128,6 @@ ufw allow 80/tcp
ufw limit ssh
echo "y" | sudo ufw enable
#-------------------#
# Install Phase #
#-------------------#
@@ -184,22 +183,6 @@ expire_logs_days = 10
max_binlog_size = 100M
EOF
#-------------------#
# OPCACHE GUI #
#-------------------#
wget https://raw.githubusercontent.com/amnuts/opcache-gui/master/index.php -O /var/www/"$domain"/public_html/opcache.php
#----------------#
# PHP.info #
#----------------#
cat > /var/www/"$domain"/public_html/info.php <<- "EOF"
<?php
phpinfo();
?>
EOF
#--------------#
# Reboot #
#--------------#