disabling debug mode

This commit is contained in:
Finley Ghosh 2025-08-12 21:30:43 +10:00
parent 68b2a37731
commit 42aecef5c2

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 development mode, you need to click the flash message to continue.
*/
Configure::write('debug', 2);
Configure::write('debug', 0);
Configure::write('version', '1.0.1');