1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-22 12:53:13 +02:00

Gelato: general updates.

This commit is contained in:
Awilum
2013-01-17 23:18:23 +02:00
parent 33795d5267
commit 6f97bf10e7
2 changed files with 15 additions and 6 deletions

View File

@@ -28,12 +28,24 @@ if ( ! defined('GELATO_DISPLAY_ERRORS')) {
}
/**
* Display Gelato Autoloader or not ?
* Use Gelato Autoloader or not ?
*/
if ( ! defined('GELATO_AUTOLOADER')) {
define('GELATO_AUTOLOADER', true);
}
/**
* Load Gelato Logger
*/
require_once __DIR__ . '/Log/Log.php';
/**
* Use Gelato Logger default path or not ?
*/
if ( ! defined('GELATO_LOGGER')) {
Log::configure('path', __DIR__. '/_logs');
}
/**
* Load Gelato Error Handler
*/