Skip to content

Instantly share code, notes, and snippets.

@ildarkhasanshin
Last active October 17, 2017 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ildarkhasanshin/df1b2983da753f3de15f3ece39ff4b1f to your computer and use it in GitHub Desktop.
Save ildarkhasanshin/df1b2983da753f3de15f3ece39ff4b1f to your computer and use it in GitHub Desktop.
переключение на php7.1
#!/bin/bash
sudo a2dismod php5.6
sudo a2enmod php7.1
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment