Remove unexpected files that were added - 3

pull/961/head
Linwood-F 2015-07-23 15:19:40 -04:00
parent 3544fbd0a8
commit 9e81eaa0f9
1 changed files with 2 additions and 2 deletions

View File

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