mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
downhash use dot instead of solid line
This commit is contained in:
@@ -240,7 +240,7 @@ foreach ($list as $row)
|
||||
}
|
||||
$itemurl = $url."/details.php?id=".$row['id'];
|
||||
if ($dllink)
|
||||
$itemdlurl = $url."/download.php?id=".$row['id']."&downhash=" . rawurlencode( $user['id'] . '|'. $torrentRep->encryptDownHash($row['id'], $user));
|
||||
$itemdlurl = $torrentRep->getDownloadUrl($row['id'], $user);
|
||||
else $itemdlurl = $url."/download.php?id=".$row['id'];
|
||||
if (!empty($_GET['icat'])) $title .= "[".$row['category_name']."]";
|
||||
$title .= $row['name'];
|
||||
|
||||
Reference in New Issue
Block a user