mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
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:
parent
1073f19013
commit
eeb391da6a
7 changed files with 11 additions and 6 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue