Skip to content

Instantly share code, notes, and snippets.

@slivorezka
Created October 26, 2016 07:12
Show Gist options
  • Save slivorezka/4fb8b12efae997df5626c590ef039872 to your computer and use it in GitHub Desktop.
Save slivorezka/4fb8b12efae997df5626c590ef039872 to your computer and use it in GitHub Desktop.
/**
* Include settings.local.php.
*/
if (file_exists(__DIR__ . '/settings.local.php')) {
include __DIR__ . '/settings.local.php';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment