Skip to content

Instantly share code, notes, and snippets.

@zroger
Created May 21, 2012 19:42
Show Gist options
  • Save zroger/2764201 to your computer and use it in GitHub Desktop.
Save zroger/2764201 to your computer and use it in GitHub Desktop.
if (!function_exists('drush_main') || !($command = drush_get_command())
|| ($command['bootstrap'] >= DRUSH_BOOTSTRAP_DRUPAL_FULL)
|| ($command['bootstrap'] == DRUSH_BOOTSTRAP_MAX)) {
include DRUPAL_ROOT .'/sites/all/modules/contrib/domain/settings.inc';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment