Update config.php

This commit is contained in:
Roman Kelesidis 2023-10-02 13:00:03 +07:00
parent fb1ef9d79f
commit 2eb3bf763c

View File

@ -528,10 +528,19 @@ $bb_cfg['sitemap_sending'] = array(
// Extensions // Extensions
$bb_cfg['file_id_ext'] = array( $bb_cfg['file_id_ext'] = array(
// Images
1 => 'gif', 1 => 'gif',
2 => 'jpg', 2 => 'jpg',
3 => 'png', 3 => 'png',
4 => 'bmp', 4 => 'bmp',
// Archives
5 => 'gz',
6 => '7z',
7 => 'rar',
8 => 'zip',
9 => 'tar',
// Other
10 => 'torrent',
); );
// Attachments // Attachments