Skip to content

Instantly share code, notes, and snippets.

@jim-p
Created February 26, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jim-p/0ba63d89a6cdce3ec85f to your computer and use it in GitHub Desktop.
Save jim-p/0ba63d89a6cdce3ec85f to your computer and use it in GitHub Desktop.
foreach ($config['system']['user'] as $user) {
if (!empty($user['md5-hash'])) {
echo "{$user['name']},{MD5}{$user['md5-hash']}\n";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment