X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fconfig.php;h=63940c8d30d108c268281b7c6d89dcb0ca386bfc;hb=b4b611a490a624ea38b44020fc63a1ac2f57fec3;hp=143ad06ca61c3ff5924f5cef4edab64540d59c44;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308;p=core.git diff --git a/inc/config.php b/inc/config.php index 143ad06c..63940c8d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -6,7 +6,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -25,9 +25,9 @@ */ // Load the class from inc/config direktory -@require_once(dirname(__FILE__) . '/classes/interfaces/class_FrameworkInterface.php'); -@require_once(dirname(__FILE__) . '/classes/interfaces/registry/class_Registerable.php'); -@require_once(dirname(__FILE__) . '/config/class_FrameworkConfiguration.php'); +require_once(dirname(__FILE__) . '/classes/interfaces/class_FrameworkInterface.php'); +require_once(dirname(__FILE__) . '/classes/interfaces/registry/class_Registerable.php'); +require_once(dirname(__FILE__) . '/config/class_FrameworkConfiguration.php'); // Get a new configuration instance $cfg = FrameworkConfiguration::getInstance();