mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-21 18:37:31 +08:00
fix reAnnounce check
This commit is contained in:
@@ -66,6 +66,12 @@ function err($msg, $userid = 0, $torrentid = 0)
|
||||
benc_resp(['failure reason' => $msg]);
|
||||
exit();
|
||||
}
|
||||
|
||||
function warn($msg)
|
||||
{
|
||||
benc_resp(['warning message' => $msg]);
|
||||
exit();
|
||||
}
|
||||
function check_cheater($userid, $torrentid, $uploaded, $downloaded, $anctime, $seeders=0, $leechers=0){
|
||||
global $cheaterdet_security,$nodetect_security, $CURUSER;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user