]> git.mxchange.org Git - shipsimu.git/blobdiff - index.php
Opps, domain detection is wrong
[shipsimu.git] / index.php
index b133cc80204fd30628b2cbc3396061591387735d..48976ab9738d0d5034fd46860f766b190a987402 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,4 +1,6 @@
 <?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
@@ -8,7 +10,7 @@
  *
  * But good little boys and girls would always initialize their variables... ;-)
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -34,8 +36,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])