Fixing changes made to default Security.salt. Refs #98

This commit is contained in:
Mark Story 2009-12-13 10:36:51 -05:00
parent 6be2fd05e4
commit b8946db4b0

View file

@ -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).