Skip to content

Commit

Permalink
Missing apache php module install
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsitech committed Apr 19, 2018
1 parent c5349ea commit 7e83fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UbuntuServer_16.04LTS/jshielder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ install_secure_php(){
echo -e "\e[93m[+]\e[00m Installing, Configuring and Optimizing PHP"
echo -e "\e[34m---------------------------------------------------------------------------------------------------------\e[00m"
echo ""
apt install php php-cli php-pear
apt install php-mysql python-mysqldb
apt install -y php php-cli php-pear
apt install -y php-mysql python-mysqldb libapache2-mod-php7.0
echo ""
echo -n " Replacing php.ini..."
spinner
Expand Down

0 comments on commit 7e83fd1

Please sign in to comment.