mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Minor adjustments
This commit is contained in:
parent
ddf13d9bf2
commit
7f9b974c09
3 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
||||||
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('IN_ADMIN', true);
|
|
||||||
define('BB_ROOT', './../../');
|
define('BB_ROOT', './../../');
|
||||||
|
define('IN_ADMIN', true);
|
||||||
|
|
||||||
require BB_ROOT . 'common.php';
|
require BB_ROOT . 'common.php';
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('IN_ADMIN', true);
|
|
||||||
define('BB_ROOT', './../../');
|
define('BB_ROOT', './../../');
|
||||||
|
define('IN_ADMIN', true);
|
||||||
|
|
||||||
require BB_ROOT . 'common.php';
|
require BB_ROOT . 'common.php';
|
||||||
|
|
||||||
|
|
|
@ -7,8 +7,8 @@
|
||||||
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
* @license https://github.com/torrentpier/torrentpier/blob/master/LICENSE MIT License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('IN_PROFILE', true);
|
|
||||||
define('BB_SCRIPT', 'profile');
|
define('BB_SCRIPT', 'profile');
|
||||||
|
define('IN_PROFILE', true);
|
||||||
|
|
||||||
require __DIR__ . '/common.php';
|
require __DIR__ . '/common.php';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue