Skip to content

Instantly share code, notes, and snippets.

@xurizaemon
Created March 18, 2019 01:57
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 xurizaemon/34127dad4d9cd5cdb8eafc607c671297 to your computer and use it in GitHub Desktop.
Save xurizaemon/34127dad4d9cd5cdb8eafc607c671297 to your computer and use it in GitHub Desktop.
commit 1a0d98b810ce1b686c8750d680f8edce153633e1
Author: Chris Burgess <chrisburgess@catalyst.net.nz>
Date: Mon Mar 18 14:49:57 2019 +1300
RM#63544 - Use settings.local.php
diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php
index 5bcecc267f..2deefef67c 100644
--- a/sites/default/default.settings.php
+++ b/sites/default/default.settings.php
@@ -764,7 +764,6 @@
*
* Keep this code block at the end of this file to take full effect.
*/
-#
-# if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
-# include $app_root . '/' . $site_path . '/settings.local.php';
-# }
+if (file_exists($app_root . '/' . $site_path . '/settings.local.php')) {
+ include $app_root . '/' . $site_path . '/settings.local.php';
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment