mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Added check $bb_cfg['magnet_links_enabled'] in create_magnet() (#996)
This commit is contained in:
parent
4180543576
commit
5316a9a61e
3 changed files with 8 additions and 4 deletions
|
@ -1083,7 +1083,7 @@ $lang['RELEASING'] = 'Self';
|
|||
$lang['SEEDING'] = 'Seed';
|
||||
$lang['LEECHING'] = 'Leech';
|
||||
$lang['IS_REGISTERED'] = 'Registered';
|
||||
$lang['MAGNET'] = 'Magnet';
|
||||
$lang['MAGNET'] = 'Magnet-link';
|
||||
|
||||
//torrent status mod
|
||||
$lang['TOR_STATUS'] = 'Status';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue