mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#900)
This commit is contained in:
parent
c7ec1e54d6
commit
cc07ecb56c
2 changed files with 14 additions and 10 deletions
|
@ -36,7 +36,7 @@ if (strlen($info_hash) == 32) {
|
|||
} elseif (strlen($info_hash) == 20) {
|
||||
$is_bt_v2 = false;
|
||||
} else {
|
||||
msg_die('Invalid info_hash');
|
||||
msg_die('Invalid info_hash: ' . $info_hash);
|
||||
}
|
||||
|
||||
$info_hash_sql = rtrim(DB()->escape($info_hash), ' ');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue