From 1d3ac71ac1edefde8c8d23e89be4e3045b617fbf Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 2 Oct 2023 00:33:31 +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 009968ba6..d96a847ab 100644 --- a/library/config.php +++ b/library/config.php @@ -556,7 +556,7 @@ $bb_cfg['file_id_ext'] = [ // Attachments $bb_cfg['attach'] = [ 'upload_path' => DATA_DIR . '/torrent_files', // путь к директории с torrent файлами - 'max_size' => 5 * 1024 * 1024, // максимальный размер файла в байтах + 'max_size' => 5 * 1024 * 1024, // TODO: максимальный размер файла ]; $bb_cfg['tor_forums_allowed_ext'] = ['torrent', 'zip', 'rar']; // TODO: для разделов с раздачами