To much 'Deny from all' removed :(
[core.git] / inc / includes.php
index 979f16e50a0876e42936632be153e9f752a78419..5225582cb47d77da409f9cc2882141813ace5719 100644 (file)
@@ -4,9 +4,11 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
+ * @deprecated
+ * @todo               We should minimize these includes
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -62,11 +64,5 @@ $application = preg_replace('/([^a-z0-9_-])+/i', '', $application);
 // Set the application name for later usage
 FrameworkConfiguration::getInstance()->setConfigEntry('app_name', $application);
 
-// Is the devel package included?
-if (is_dir(FrameworkConfiguration::getInstance()->getConfigEntry('base_path') . 'inc/devel')) {
-       // Load all development includes
-       ClassLoader::getInstance()->scanClassPath('inc/devel');
-} // END - if
-
 // [EOF]
 ?>