X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=79e7ce8ccd5b73f32998b5060dbafbe8f9e8bce5;hb=74b4f2c1770c622cbdbb1f84ac27771da18a0427;hp=f2dae4d4532e325a56758c1a7dc28e2e56871cb7;hpb=c043deee4ad5b0f39830948b3ccd27f7fc38c193;p=core.git diff --git a/index.php b/index.php index f2dae4d4..79e7ce8c 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,15 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -75,7 +74,7 @@ final class ApplicationEntryPoint { } // END - if // Get config instance - $configInstance = FrameworkConfiguration::getSelfInstance(); + $configInstance = FrameworkBootstrap::getConfigurationInstance(); // Do we have debug installation? if (($configInstance->getConfigEntry('product_install_mode') == 'productive') || ($silentMode === true)) { @@ -133,12 +132,12 @@ final class ApplicationEntryPoint { $applicationInstance = NULL; // Is the class there? - if (class_exists('CoreFramework\Helper\Application\ApplicationHelper')) { + if (class_exists('Org\Mxchange\CoreFramework\Helper\Application\ApplicationHelper')) { // Get application instance $applicationInstance = ApplicationHelper::getSelfInstance(); // Assign application data - $templateInstance->assignApplicationData($applicationInstance); + $templateInstance->assignApplicationData(); } // END - if // We only try this