Skip to content

Instantly share code, notes, and snippets.

@msonnabaum
Created July 19, 2011 13:34
Show Gist options
  • Select an option

  • Save msonnabaum/1092343 to your computer and use it in GitHub Desktop.

Select an option

Save msonnabaum/1092343 to your computer and use it in GitHub Desktop.
<?php
function drush_phpass_pre_pm_disable($disable) {
if ($disable == 'phpass') {
drush_set_error(dt("YOU SHALL NOT DISABLE PHPASS!!!"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment