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
fb1ef9d79f
commit
2eb3bf763c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user