mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Correcting mistake from earlier.
This commit is contained in:
parent
0d6f6232e6
commit
caf780fdfb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
* In production mode, flash messages redirect after a time interval.
|
* In production mode, flash messages redirect after a time interval.
|
||||||
* In development mode, you need to click the flash message to continue.
|
* In development mode, you need to click the flash message to continue.
|
||||||
*/
|
*/
|
||||||
Configure::write('debug', 0);
|
Configure::write('debug', 2);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CakePHP Log Level:
|
* CakePHP Log Level:
|
||||||
|
|
Loading…
Reference in a new issue