diff --git a/index.php b/index.php index d023f47..88cebd4 100644 --- a/index.php +++ b/index.php @@ -259,11 +259,6 @@ { continue; } - else if (isset($_GET['search']) && $param == $name) - { - header('Location: index.php?open=true¶m=' . urlencode($name)); - die(); - } } echo '
' . $name .''; if (isset($_GET['search']) && str_contains(cleanstring($content), cleanstring($param)))