mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update announce.php
This commit is contained in:
parent
18269591c4
commit
73ed6f89da
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ if ($lp_info) {
|
||||||
$passkey_sql = DB()->escape($passkey);
|
$passkey_sql = DB()->escape($passkey);
|
||||||
|
|
||||||
$sql = "
|
$sql = "
|
||||||
SELECT tor.topic_id, tor.poster_id, tor.tor_type, tor.tor_status, tor.info_hash, tor.info_hash_v2, bt.*, u.*
|
SELECT tor.topic_id, tor.poster_id, tor.tor_type, tor.tor_status, tor.info_hash, tor.info_hash_v2, bt.*, u.user_level
|
||||||
FROM " . BB_BT_TORRENTS . " tor
|
FROM " . BB_BT_TORRENTS . " tor
|
||||||
LEFT JOIN " . BB_BT_USERS . " bt ON bt.auth_key = '$passkey_sql'
|
LEFT JOIN " . BB_BT_USERS . " bt ON bt.auth_key = '$passkey_sql'
|
||||||
LEFT JOIN " . BB_USERS . " u ON u.user_id = bt.user_id
|
LEFT JOIN " . BB_USERS . " u ON u.user_id = bt.user_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue