mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
feat: Added ability to hide peer country in peer list (#1891)
* feat: Added ability to hide peer country in peer list * Update displaying_torrent.php * Update displaying_torrent.php * Updated * Update usercp_register.tpl * Update main.php * Update functions.php
This commit is contained in:
parent
f5d65b8911
commit
2555ebce47
5 changed files with 30 additions and 3 deletions
|
@ -366,6 +366,7 @@ foreach ($profile_fields as $field => $can_edit) {
|
|||
'user_callseed' => $reg_mode ? true : true,
|
||||
'user_retracker' => $reg_mode ? true : true,
|
||||
'user_hide_torrent_client' => $reg_mode ? true : true,
|
||||
'user_hide_peer_country' => $reg_mode ? true : true,
|
||||
];
|
||||
|
||||
foreach ($update_user_opt as $opt => $can_change_opt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue