mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#867)
This commit is contained in:
parent
fadce7a297
commit
87b497e32a
2 changed files with 3 additions and 2 deletions
|
@ -25,8 +25,9 @@ if (isset($_GET['?info_hash']) && !isset($_GET['info_hash'])) {
|
|||
$is_bt_v2 = null;
|
||||
$info_hash = isset($_GET['info_hash']) ? (string)$_GET['info_hash'] : null;
|
||||
|
||||
// Verify info_hash
|
||||
if (!isset($info_hash)) {
|
||||
msg_die('info_hash does not exists');
|
||||
msg_die('info_hash does not exist');
|
||||
}
|
||||
|
||||
// Check info_hash version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue