Skip to content

Instantly share code, notes, and snippets.

@ildarkhasanshin
Last active November 15, 2018 22:47
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/fea040f382d39dfbdc7fb6bf6e5e0ce5 to your computer and use it in GitHub Desktop.
Save ildarkhasanshin/fea040f382d39dfbdc7fb6bf6e5e0ce5 to your computer and use it in GitHub Desktop.
переключение на php 5.6
#!/bin/bash
sudo a2dismod php7.1
sudo a2enmod php5.6
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment