feat: Added ability to hide BitTorrent client in peers list (#1890)

* feat: Added ability to hide peer torrent client

* Update displaying_torrent.php

* Update functions.php

* Update register.php

* Updated
This commit is contained in:
Roman Kelesidis 2025-05-04 10:38:38 +03:00 committed by GitHub
commit f5d65b8911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 22 deletions

View file

@ -1879,6 +1879,7 @@ $lang['DL_ULR'] = 'ULR';
$lang['DL_STOPPED'] = 'stopped';
$lang['DL_UPD'] = 'upd: ';
$lang['DL_INFO'] = 'shows data <i><b>only for the current session</b></i>';
$lang['HIDE_PEER_TORRENT_CLIENT'] = 'Hide my BitTorrent client name in peer list';
// Post PIN
$lang['POST_PIN'] = 'Pin first post';