Skip to content

Commit

Permalink
Removing DevDesktop settings include. (acquia#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Aug 31, 2016
1 parent baaa0fb commit 98f20b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions template/docroot/sites/default/settings/blt.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@
* Keep this code block at the end of this file to take full effect.
*/
if ($is_local_env) {
// Load Dev Desktop settings.
if (isset($_SERVER['DEVDESKTOP_DRUPAL_SETTINGS_DIR']) && file_exists($_SERVER['DEVDESKTOP_DRUPAL_SETTINGS_DIR'] . '/loc_${project.machine_name}_dd.inc')) {
require_once $_SERVER['DEVDESKTOP_DRUPAL_SETTINGS_DIR'] . '/loc_${project.machine_name}_dd.inc';
}
// Load local machine settings.
elseif (file_exists(DRUPAL_ROOT . '/sites/default/settings/local.settings.php')) {
if (file_exists(DRUPAL_ROOT . '/sites/default/settings/local.settings.php')) {
require_once DRUPAL_ROOT . '/sites/default/settings/local.settings.php';
}

Expand Down

0 comments on commit 98f20b5

Please sign in to comment.