From 38ac6b64472b4194444f1480cca7fbee9ffb587f Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 18 Mar 2024 15:10:10 +0700 Subject: [PATCH] Update init_tr.php --- bt/includes/init_tr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt/includes/init_tr.php b/bt/includes/init_tr.php index 31f19b92..597e06b9 100644 --- a/bt/includes/init_tr.php +++ b/bt/includes/init_tr.php @@ -54,7 +54,7 @@ function error_exit ($msg = '') silent_exit(); - echo bencode(array('failure reason' => str_compact($msg))); + // echo bencode(array('failure reason' => str_compact($msg))); tracker_exit(); }