<?php
// Developer mode active? Comment out if no dev!
-define('DEVELOPER', true);
+//define('DEVELOPER', true);
//xdebug_start_trace();
/**
* @return void
*/
private static $instances = array (
- 'cfg', // The configuration system
- 'loader', // The class loader system
+ 'cfg', // The configuration system
+ 'loader', // The class loader system
'debug', // Debug output
'db', // Database layer
'io', // Base I/O system (local file [or network])