From b8946db4b05bf131cb1f9162d09319c93021d11b Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 13 Dec 2009 10:36:51 -0500 Subject: [PATCH] Fixing changes made to default Security.salt. Refs #98 --- app/config/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/core.php b/app/config/core.php index 1d811ba46..cb07243cd 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -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).