mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Reverting changes to core config
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7553 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
46620f8ee2
commit
310af6694a
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@
|
|||
* In production mode, flash messages redirect after a time interval.
|
||||
* In development mode, you need to click the flash message to continue.
|
||||
*/
|
||||
Configure::write('debug', 1);
|
||||
Configure::write('debug', 2);
|
||||
/**
|
||||
* Application wide charset encoding
|
||||
*/
|
||||
|
@ -150,7 +150,7 @@
|
|||
/**
|
||||
* A random string used in security hashing methods.
|
||||
*/
|
||||
Configure::write('Security.salt', 'cakeDYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
|
||||
Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
|
||||
/**
|
||||
* Compress CSS output by removing comments, whitespace, repeating tags, etc.
|
||||
* This requires a/var/cache directory to be writable by the web server for caching.
|
||||
|
|
Loading…
Reference in a new issue