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