drop open if search match
This commit is contained in:
parent
cd8d52249c
commit
959a68a4bb
|
@ -259,11 +259,6 @@
|
|||
{
|
||||
continue;
|
||||
}
|
||||
else if (isset($_GET['search']) && $param == $name)
|
||||
{
|
||||
header('Location: index.php?open=true¶m=' . urlencode($name));
|
||||
die();
|
||||
}
|
||||
}
|
||||
echo '<div><a href=index.php?open=true¶m=' . urlencode($name) . '>' . $name .'</a>';
|
||||
if (isset($_GET['search']) && str_contains(cleanstring($content), cleanstring($param)))
|
||||
|
|
Loading…
Reference in New Issue