diff --git a/public/index.php b/public/index.php index 5bcc3a5b84..1de1832983 100644 --- a/public/index.php +++ b/public/index.php @@ -24,7 +24,7 @@ chdir(__DIR__); require $pathsPath; $paths = new Config\Paths(); -$app = require rtrim($paths->systemDirectory,'/ ').'/bootstrap.php'; +$app = require rtrim($paths->systemDirectory,DIRECTORY_SEPARATOR) . '/bootstrap.php'; /* *---------------------------------------------------------------