Enable debug

This commit is contained in:
Karl Cordes 2020-10-01 10:51:20 +10:00
parent eef34fdc97
commit b69668ba33

View file

@ -41,7 +41,7 @@ error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
* 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', 1);
Configure::write('version', '1.0.1'); Configure::write('version', '1.0.1');