]> git.mxchange.org Git - core.git/blobdiff - framework/bootstrap/bootstrap.inc.php
Rewrite continued:
[core.git] / framework / bootstrap / bootstrap.inc.php
index 848e6898ffd80a234166cf3d4737123a81229986..6611496e7b976a6901b0444c7ad8925989c9d36c 100644 (file)
@@ -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();