Minor adjustments

This commit is contained in:
Roman Kelesidis 2023-07-18 00:48:50 +07:00
commit 7f9b974c09
3 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
define('IN_ADMIN', true);
define('BB_ROOT', './../../');
define('IN_ADMIN', true);
require BB_ROOT . 'common.php';

View file

@ -7,8 +7,8 @@
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
define('IN_ADMIN', true);
define('BB_ROOT', './../../');
define('IN_ADMIN', true);
require BB_ROOT . 'common.php';

View file

@ -7,8 +7,8 @@
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
*/
define('IN_PROFILE', true);
define('BB_SCRIPT', 'profile');
define('IN_PROFILE', true);
require __DIR__ . '/common.php';