mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update config.php
This commit is contained in:
parent
fd1ba13628
commit
782ad4ed65
@ -186,7 +186,7 @@ $page_cfg['show_torhelp'] = array(
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Path (trailing slash '/' at the end: XX_PATH - without, XX_DIR - with)
|
// Path (trailing slash '/' at the end: XX_PATH - without, XX_DIR - with)
|
||||||
define('BB_PATH', realpath(BB_ROOT) );
|
define('BB_PATH', realpath(BB_ROOT) );
|
||||||
define('ADMIN_DIR', BB_PATH .'/admin/' );
|
define('ADMIN_DIR', BB_PATH .'/admin/' );
|
||||||
define('DATA_DIR', BB_PATH .'/data/' );
|
define('DATA_DIR', BB_PATH .'/data/' );
|
||||||
define('INT_DATA_DIR', BB_PATH .'/internal_data/' );
|
define('INT_DATA_DIR', BB_PATH .'/internal_data/' );
|
||||||
|
Loading…
Reference in New Issue
Block a user