mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
feat: Added ability to hide peer username in peer list (#1903)
* Added ability to hide peer username in peer list * Updated
This commit is contained in:
parent
4b7203f8ae
commit
3a64f8595c
5 changed files with 23 additions and 8 deletions
|
@ -198,7 +198,8 @@ $bf['user_opt'] = [
|
|||
'user_dls' => 14, // [SETTINGS] Hide list of "Current downloads" in my profile
|
||||
'user_retracker' => 15, // [SETTINGS] Add my retracker into downloaded torrent files
|
||||
'user_hide_torrent_client' => 16, // [SETTINGS] Option to hide user's torrent client in peer list
|
||||
'user_hide_peer_country' => 17 // [SETTINGS] Option to hide user's country name in peer list
|
||||
'user_hide_peer_country' => 17, // [SETTINGS] Option to hide user's country name in peer list
|
||||
'user_hide_peer_username' => 18, // [SETTINGS] Option to hide peer username in peer list
|
||||
];
|
||||
|
||||
function bit2dec($bit_num)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue