X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=index.php;h=79e7ce8ccd5b73f32998b5060dbafbe8f9e8bce5;hb=edd70dac1d17d9bb60fd18bd89cd45a7526a61dd;hp=c5ab7dd84aa667e4ab04a4e84428395338562344;hpb=2eac7fa61bc152da2e962d55e3a44e56faa12f93;p=core.git diff --git a/index.php b/index.php index c5ab7dd8..79e7ce8c 100644 --- a/index.php +++ b/index.php @@ -1,16 +1,15 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 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