1
0
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:
Awilum
2013-01-17 23:59:09 +02:00
parent 0f47fd5d50
commit b9c2967b18
2 changed files with 37 additions and 9 deletions

View File

@@ -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);
}
/**