Dev mode deactivated
authorRoland Häder <roland@mxchange.org>
Wed, 11 Jun 2008 20:45:01 +0000 (20:45 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 11 Jun 2008 20:45:01 +0000 (20:45 +0000)
index.php

index 1a3a883e19c89856e701d3b408e225231d7655fe..658d70ade8c82ceeeec99f9df1041907a4a23fa4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
 <?php
 // Developer mode active? Comment out if no dev!
-define('DEVELOPER', true);
+//define('DEVELOPER', true);
 
 //xdebug_start_trace();
 /**
@@ -37,8 +37,8 @@ class ApplicationEntryPoint {
         * @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])