From 58e7fedb38691f591bab63fd771ecf4a5203d343 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Thu, 10 Jun 2021 00:31:40 +0800 Subject: [PATCH] scrape.php remove benc_str() --- public/scrape.php | 1 - 1 file changed, 1 deletion(-) diff --git a/public/scrape.php b/public/scrape.php index b722846c..ed559717 100644 --- a/public/scrape.php +++ b/public/scrape.php @@ -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);