torrent keyword search remove or

This commit is contained in:
xiaomlove
2023-03-04 13:26:20 +08:00
parent 8d49bb3024
commit 37920145b0
13 changed files with 81 additions and 40 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ if (empty($searchstr))
unset($searchstr);
if (isset($searchstr)){
$search_mode = intval($_GET["search_mode"] ?? 0);
if (!in_array($search_mode,array(0,1,2)))
if (!in_array($search_mode,array(0,2)))
{
$search_mode = 0;
}