misc: Minor improvements (#1876)

* misc: Minor improvements

* Update viewprofile.php

* Update viewprofile.php

* Update functions.php

* Update filelist.php

* Revert "Update filelist.php"

This reverts commit e5eb9a6b3f.

* Update .cliffignore

* Updated

* Update viewtopic_attach_guest.tpl
This commit is contained in:
Roman Kelesidis 2025-04-16 17:40:36 +07:00 committed by GitHub
commit eeb391da6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 11 additions and 6 deletions

View file

@ -219,7 +219,6 @@ if ($tor_reged && $tor_info) {
'HASH' => !empty($tor_info['info_hash']) ? strtoupper(bin2hex($tor_info['info_hash'])) : false,
'HASH_V2' => !empty($tor_info['info_hash_v2']) ? strtoupper(bin2hex($tor_info['info_hash_v2'])) : false,
'FILELIST_ICON' => $images['icon_tor_filelist'],
'FILELIST_LINK' => FILELIST_URL . $tor_info['topic_id'],
'REGED_TIME' => bb_date($tor_info['reg_time']),
'REGED_DELTA' => delta_time($tor_info['reg_time']),
'TORRENT_SIZE' => humn_size($tor_size, 2),