Created
July 19, 2011 13:34
-
-
Save msonnabaum/1092343 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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