Update init_tr.php

This commit is contained in:
Roman Kelesidis 2024-03-18 15:10:10 +07:00
parent 701d3def9d
commit 38ac6b6447

View File

@ -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();
}