mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
change announce hr handle
This commit is contained in:
@@ -1205,3 +1205,7 @@ function is_danger_url($url): bool
|
||||
return false;
|
||||
}
|
||||
|
||||
function get_snatch_info($torrentId, $userId)
|
||||
{
|
||||
return mysql_fetch_assoc(sql_query(sprintf('select * from snatched where torrentid = %s and userid = %s order by id desc limit 1', $torrentId, $userId)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user