]> git.mxchange.org Git - shipsimu.git/blobdiff - index.php
Dev mode deactivated
[shipsimu.git] / index.php
index b133cc80204fd30628b2cbc3396061591387735d..658d70ade8c82ceeeec99f9df1041907a4a23fa4 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,4 +1,7 @@
 <?php
+// Developer mode active? Comment out if no dev!
+//define('DEVELOPER', true);
+
 //xdebug_start_trace();
 /**
  * The main class with the entry point to the whole application. This class
@@ -34,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])