mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-25 04:27:22 +08:00
scrape.php remove benc_str()
This commit is contained in:
@@ -16,7 +16,6 @@ if (count($info_hash_array[1]) < 1) {
|
|||||||
else {
|
else {
|
||||||
$query = "SELECT $fields FROM torrents WHERE " . hash_where_arr('info_hash', $info_hash_array[1]);
|
$query = "SELECT $fields FROM torrents WHERE " . hash_where_arr('info_hash', $info_hash_array[1]);
|
||||||
}
|
}
|
||||||
$r = "d" . benc_str("files") . "d";
|
|
||||||
|
|
||||||
$res = sql_query($query);
|
$res = sql_query($query);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user