mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
scrape.php remove benc_str()
This commit is contained in:
@@ -16,7 +16,6 @@ if (count($info_hash_array[1]) < 1) {
|
||||
else {
|
||||
$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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user