mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-20 03:41:47 +02:00
Gelato: ErrorHandler improvments for PRODUCTION Environment.
This commit is contained in:
@@ -23,8 +23,8 @@ define('GELATO_VERSION', '1.0.0');
|
||||
/**
|
||||
* Display Gelato Errors or not ?
|
||||
*/
|
||||
if ( ! defined('GELATO_DISPLAY_ERRORS')) {
|
||||
define('GELATO_DISPLAY_ERRORS', true);
|
||||
if ( ! defined('GELATO_DISPLAY_DEVELOPMENT')) {
|
||||
define('GELATO_DISPLAY_DEVELOPMENT', true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user