Skip to content

Instantly share code, notes, and snippets.

@jonathandey
jonathandey / .gitignore
Last active May 5, 2020 09:50 — forked from LukeTowers/.gitignore
OctoberCMS Tricks
/bootstrap/compiled.php
/vendor
composer.phar
.DS_Store
.idea
.env
.env.*.php
.env.php
php_errors.log
nginx-error.log
@jonathandey
jonathandey / phpversion.sh
Created December 21, 2016 14:13 — forked from vjandrea/phpversion.sh
Change php cli version in plesk
#!/bin/sh
printf "Switching php to version 5.6 with symlinks.\n"
printf "Press any key to continue...\n"
read CONTINUE
printf "Creating backups..."
# Backup original binaries