mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Update config.php
This commit is contained in:
parent
c9a17b86dd
commit
1d3ac71ac1
1 changed files with 1 additions and 1 deletions
|
@ -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: для разделов с раздачами
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue