]> git.mxchange.org Git - hub.git/blobdiff - application/hub/init.php
Removed old-lost comments, moved two class instances around:
[hub.git] / application / hub / init.php
index b6e43954592d7dbf03b80f7ca7836b985f828e54..8ecef8e7b7ba7f57ffe858a151f616f81f20f168 100644 (file)
@@ -5,14 +5,6 @@
  * Please remember that this include file is being loaded *before* the class
  * loader is loading classes from "exceptions", "interfaces" and "main"!
  *
- * You can prevent adding this application to the selector by uncommenting the
- * following line:
- *
- * if ((isset($this)) && (is_object($this)) && ($this->isClass("ApplicationSelector"))) { return; }
- *
- * isset() is required to prevent a warning and is_object() is highly required
- * when the application itself is requested in URL (hint: index.php?app=your_app)
- *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0
  * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2011 Hub Developer Team