mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
1546a5ff58
commit
b1947e0a1d
@ -169,7 +169,7 @@ function drop_fast_announce ($lp_info)
|
||||
|
||||
function msg_die ($msg)
|
||||
{
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time());
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . '_' . time());
|
||||
|
||||
$output = bencode(array(
|
||||
# 'interval' => (int) 1800,
|
||||
|
@ -42,7 +42,7 @@ function silent_exit ()
|
||||
|
||||
function error_exit ($msg = '')
|
||||
{
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!err-' . $msg . time());
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!err-' . $msg . '_' . time());
|
||||
|
||||
silent_exit();
|
||||
|
||||
|
@ -21,7 +21,7 @@ $info_hash = $_GET['info_hash'];
|
||||
|
||||
function msg_die ($msg)
|
||||
{
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . time());
|
||||
if (DBG_LOG_TRACKER) dbg_log($msg, '!die-' . $msg . '_' . time());
|
||||
|
||||
$output = bencode(array(
|
||||
'min interval' => (int) 1800,
|
||||
|
Loading…
Reference in New Issue
Block a user