X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fincludes.php;h=38ec9eec70a4a9bb91a817799f5869123a156bd8;hp=baa8a6362b6fd3a422a3dcd5d61d2387192cb819;hb=aeae1b7c61e740769f1775c707ad5339301728de;hpb=73bb9000fb82cfb51d3e55f0d1f7f6d09974368e diff --git a/inc/includes.php b/inc/includes.php index baa8a636..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') . 'devel')) { - // Load all development includes - ClassLoader::getInstance()->scanClassPath('devel'); -} // END - if - // [EOF] ?>