diff --git a/app/config/core.php b/app/config/core.php index 5f84cdef..7730a3bf 100644 --- a/app/config/core.php +++ b/app/config/core.php @@ -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', 0); $host = $_SERVER['HTTP_HOST'];