mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-03-13 05:51:10 +00:00
auto-append TRACKER_LINKS to download link, make attribute values unique
This commit is contained in:
parent
a20ae75307
commit
cf250cd7ee
@ -414,6 +414,11 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
|
||||
$uri->value)));
|
||||
}
|
||||
|
||||
foreach (TRACKER_LINKS as $tracker => $value)
|
||||
{
|
||||
$link[] = sprintf('tr=%s', urlencode($value->announce));
|
||||
}
|
||||
|
||||
/// Acceptable Source
|
||||
foreach ($db->findAcceptableSourceByMagnetId($magnet->magnetId) as $result)
|
||||
{
|
||||
@ -452,7 +457,7 @@ switch (isset($_GET['target']) ? urldecode($_GET['target']) : false)
|
||||
|
||||
// Return download link
|
||||
header(
|
||||
sprintf('Location: %s', implode('&', $link))
|
||||
sprintf('Location: %s', implode('&', array_unique($link)))
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user