Skip to content

Commit

Permalink
Fixing changes made to default Security.salt. Refs #98
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 13, 2009
1 parent 6be2fd0 commit b8946db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/core.php
Expand Up @@ -196,7 +196,7 @@
/**
* A random string used in security hashing methods.
*/
Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mix');
Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');

/**
* Apply timestamps with the last modified time to static assets (js, css, images).
Expand Down

0 comments on commit b8946db

Please sign in to comment.