From 5473c9b7295a4bc9e4a8ddc966a729b57cda32fb Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 7 Mar 2025 17:12:22 +0300 Subject: [PATCH] Update install.php --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index a2adfc540..72bd12068 100644 --- a/install.php +++ b/install.php @@ -7,7 +7,7 @@ * @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License */ -define('BB_ROOT', __DIR__ . '/'); +define('BB_ROOT', __DIR__ . DIRECTORY_SEPARATOR); // Check CLI mode if (php_sapi_name() !== 'cli') {