mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-03-01 15:21:02 +03:00
Fixed $bb_cfg['file_id_ext'] ordering (#338)
This commit is contained in:
parent
afceb6327f
commit
5ba2fbe1fd
@ -515,19 +515,16 @@ $bb_cfg['sitemap_sending'] = array( // Список URL адресов на ко
|
|||||||
|
|
||||||
// Extensions [расширения разрешенные для загрузки через upload_common() класс только!]
|
// Extensions [расширения разрешенные для загрузки через upload_common() класс только!]
|
||||||
$bb_cfg['file_id_ext'] = array(
|
$bb_cfg['file_id_ext'] = array(
|
||||||
// Images
|
|
||||||
1 => 'gif',
|
1 => 'gif',
|
||||||
2 => 'jpg',
|
2 => 'gz',
|
||||||
3 => 'png',
|
3 => 'jpg',
|
||||||
4 => 'bmp',
|
4 => 'png',
|
||||||
// Archives
|
5 => 'rar',
|
||||||
5 => 'gz',
|
6 => 'tar',
|
||||||
6 => '7z',
|
7 => 'tiff',
|
||||||
7 => 'rar',
|
8 => 'torrent',
|
||||||
8 => 'zip',
|
9 => 'zip',
|
||||||
9 => 'tar',
|
10 => '7z'
|
||||||
// Other
|
|
||||||
10 => 'torrent',
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Attachments
|
// Attachments
|
||||||
|
Loading…
Reference in New Issue
Block a user