From 782ad4ed650fab5d8d0f34503647fea8642f798a Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 6 Oct 2023 20:58:20 +0700 Subject: [PATCH] Update config.php --- library/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' );