From 9e81eaa0f9fe35ffc89ea0cbbb0751f92c23e304 Mon Sep 17 00:00:00 2001 From: Linwood-F Date: Thu, 23 Jul 2015 15:19:40 -0400 Subject: [PATCH] Remove unexpected files that were added - 3 --- web/api/app/Config/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/api/app/Config/core.php b/web/api/app/Config/core.php index 59d72162c..93dcff772 100644 --- a/web/api/app/Config/core.php +++ b/web/api/app/Config/core.php @@ -222,12 +222,12 @@ /** * A random string used in security hashing methods. */ - Configure::write('Security.salt', 'olX2TOlboOnC474y3Tk4W4JOyuirw1EaadeHCcr4'); + Configure::write('Security.salt', '02670120062639232092038865362'); /** * A random numeric string (digits only) used to encrypt/decrypt strings. */ - Configure::write('Security.cipherSeed', '84684583012508019120061282965'); + Configure::write('Security.cipherSeed', '02670120062639232092038865362'); /** * Apply timestamps with the last modified time to static assets (js, css, images).