mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Update file_list_v2.php (#1196)
This commit is contained in:
parent
97a9954a4d
commit
6ac521f831
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ $data = [
|
|||
'client' => isset($torrent['created by']) ? htmlCHR(substr($torrent['created by'], 0, 20)) : 'unknown client',
|
||||
'date' => (isset($torrent['creation date']) && is_numeric($torrent['creation date'])) ? delta_time($torrent['creation date']) : 'unknown',
|
||||
'size' => humn_size($row['size']),
|
||||
'site_url' => FULL_URL
|
||||
'site_url' => TOPIC_URL . $topic_id,
|
||||
];
|
||||
|
||||
header('Cache-Control: public, max-age=3600');
|
||||
|
@ -150,7 +150,7 @@ sup {
|
|||
opacity: 0.97;
|
||||
}
|
||||
</style>
|
||||
<a href = "{$data['site_url']}viewtopic.php?t={$topic_id}" style = "font-family: Monospace; color: #569904;">🠔 Back to the topic</a>
|
||||
<a href = "{$data['site_url']}" style = "font-family: Monospace; color: #569904;">🠔 Back to the topic</a>
|
||||
<center>
|
||||
<h2 style="color: #b3b3b3; font-family: Monospace;">Name: {$data['name']} | Age: ({$data['date']}) | Size: {$data['size']}</h2>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue