mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
[Configurable] Show magnet-links for guests (#1712)
* [Configurable] Show magnet links for guests * Update mysql.sql * Update legacy-changes.txt * Updated * Update main.php * Update functions.php * Updated * Update viewforum.tpl * Update viewtopic_attach.tpl * Update viewforum.tpl * Update CHANGELOG.md
This commit is contained in:
parent
ea1e533a5a
commit
60899a0184
11 changed files with 18 additions and 5 deletions
|
@ -1400,6 +1400,7 @@ $lang['SEEDING'] = 'Seed';
|
|||
$lang['LEECHING'] = 'Leech';
|
||||
$lang['IS_REGISTERED'] = 'Registered';
|
||||
$lang['MAGNET'] = 'Magnet-link';
|
||||
$lang['MAGNET_FOR_GUESTS'] = 'Show magnet-link for guests';
|
||||
$lang['MAGNET_v2'] = 'Magnet-link (BitTorrent v2 supported)';
|
||||
|
||||
//torrent status mod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue