X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fincludes.php;h=5225582cb47d77da409f9cc2882141813ace5719;hp=979f16e50a0876e42936632be153e9f752a78419;hb=a3fa89c7cbc54491fc74f13db0927d14acf550c8;hpb=2a5d0416e69ad50aa42bf86f9018200f73b66463 diff --git a/inc/includes.php b/inc/includes.php index 979f16e5..5225582c 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, 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] ?>