mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
37f887cc98
commit
39d4b14f7a
@ -7,6 +7,7 @@
|
||||
|
||||
- Release v2.1.5-2024.05 🎉
|
||||
- Block uploading more than one torrent file [33bb006](https://github.com/torrentpier/torrentpier-lts/commit/33bb006965cb22350624c6e89c4d5b39fd93c087) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Fixed: Moderators can't see self IP addresses [33bb006](https://github.com/torrentpier/torrentpier-lts/commit/33bb006965cb22350624c6e89c4d5b39fd93c087) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Some other changes / improvements
|
||||
|
||||
## [v2.1.5-2023.10 [Final]](https://github.com/torrentpier/torrentpier-lts/tree/v2.1.5-2023.10) (2023-11-04)
|
||||
|
@ -117,7 +117,7 @@ switch ($mode)
|
||||
}
|
||||
|
||||
if ($profiledata['user_level'] == ADMIN && !IS_ADMIN) $reg_ip = $last_ip = $lang['HIDDEN'];
|
||||
elseif ($profiledata['user_level'] == MOD && IS_MOD) $reg_ip = $last_ip = $lang['HIDDEN'];
|
||||
elseif ($profiledata['user_level'] == MOD && !IS_AM) $reg_ip = $last_ip = $lang['HIDDEN'];
|
||||
else
|
||||
{
|
||||
$user_reg_ip = decode_ip($profiledata['user_reg_ip']);
|
||||
|
Loading…
Reference in New Issue
Block a user