X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=framework%2Fbootstrap%2Fbootstrap.inc.php;h=b451b5eea294ae0aca1fa8e15b9d55c82fb91202;hb=HEAD;hp=848e6898ffd80a234166cf3d4737123a81229986;hpb=6acaeb0b08448f701ca13f50aec3ee89ba6ab948;p=core.git diff --git a/framework/bootstrap/bootstrap.inc.php b/framework/bootstrap/bootstrap.inc.php index 848e6898..b451b5ee 100644 --- a/framework/bootstrap/bootstrap.inc.php +++ b/framework/bootstrap/bootstrap.inc.php @@ -1,13 +1,13 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -26,7 +26,7 @@ use CoreFramework\Bootstrap\FrameworkBootstrap; */ // Load very basic classes, required to bootstrap -require __DIR__ . '/class_FrameworkBootstrap.php'; +require sprintf('%s%sclass_FrameworkBootstrap.php', __DIR__, DIRECTORY_SEPARATOR); // Bootstrap framework FrameworkBootstrap::doBootstrap();