mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Monstra: use GELATO_DISPLAY_DEVELOPMENT constant.
This commit is contained in:
@@ -113,7 +113,7 @@ class Monstra
|
|||||||
* Set Gelato Display Errors to False for Production environment.
|
* Set Gelato Display Errors to False for Production environment.
|
||||||
*/
|
*/
|
||||||
if (Monstra::$environment == Monstra::PRODUCTION) {
|
if (Monstra::$environment == Monstra::PRODUCTION) {
|
||||||
define('GELATO_DISPLAY_ERRORS', false);
|
define('GELATO_DISPLAY_DEVELOPMENT', false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user