mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
torrent keyword search remove or
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user