Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Pantheon Issue #10 - Updating the Hash Salt Method of Collection: Par…
Browse files Browse the repository at this point in the history
…t Two
  • Loading branch information
populist committed Sep 29, 2014
1 parent 9da946a commit 2459e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
*
*/
if (isset($_SERVER['PANTHEON_ENVIRONMENT'])) {
$settings['hash_salt'] = drupal_get_hash_salt();
$settings['hash_salt'] = hash('sha256', serialize($databases));
}

0 comments on commit 2459e1b

Please sign in to comment.