Index: sites/all/modules/splash/splash.module =================================================================== --- sites/all/modules/splash/splash.module (revision 188) +++ sites/all/modules/splash/splash.module (working copy) @@ -49,6 +49,10 @@ function splash_init() { global $base_url; + if (function_exists('drush_verify_cli') && call_user_func('drush_verify_cli')) { + return; + } + $splash = TRUE; $splash_when = variable_get('splash_when', array()); $splash_what = variable_get('splash_what', array());