diff --git a/Main-Installer.sh b/Main-Installer.sh index 045acde..c82a658 100644 --- a/Main-Installer.sh +++ b/Main-Installer.sh @@ -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" - -EOF - #--------------# # Reboot # #--------------#