Update install.php

This commit is contained in:
Roman Kelesidis 2025-03-07 17:12:22 +03:00
commit 5473c9b729

View file

@ -7,7 +7,7 @@
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License * @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/ */
define('BB_ROOT', __DIR__ . '/'); define('BB_ROOT', __DIR__ . DIRECTORY_SEPARATOR);
// Check CLI mode // Check CLI mode
if (php_sapi_name() !== 'cli') { if (php_sapi_name() !== 'cli') {