diff --git a/library/config.php b/library/config.php index 2b1ef39c..73b1a9ba 100644 --- a/library/config.php +++ b/library/config.php @@ -186,7 +186,7 @@ $page_cfg['show_torhelp'] = array( ); // 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('DATA_DIR', BB_PATH .'/data/' ); define('INT_DATA_DIR', BB_PATH .'/internal_data/' );