4
In the defualt seach.php line76, it checks if the query is empty.
if ($query == "") {
redirect_header("search.php", 1, _SR_PLZENTER);
exit();
}
But there is no check in modules\profile\seach.php, I just don't know which function can do this work.
Any hint will be great.
Thanks.