Created
October 26, 2016 07:12
-
-
Save slivorezka/4fb8b12efae997df5626c590ef039872 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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