X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fincludes.php;h=38ec9eec70a4a9bb91a817799f5869123a156bd8;hp=979f16e50a0876e42936632be153e9f752a78419;hb=e51607c0f33062258ba0a07b79b8e1f34fd6b832;hpb=2a5d0416e69ad50aa42bf86f9018200f73b66463 diff --git a/inc/includes.php b/inc/includes.php index 979f16e5..38ec9eec 100644 --- a/inc/includes.php +++ b/inc/includes.php @@ -4,9 +4,11 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 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] ?>