mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-24 05:01:23 +00:00
make "Mailing List" search work
This commit is contained in:
parent
1ae44a71b8
commit
b4d706c5cc
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
$string = AddSlashes($words);
|
||||
include("old_news.php");
|
||||
}
|
||||
elseif ($type_of_search == "lists") {
|
||||
$string = urlencode(StripSlashes($words));
|
||||
header ("Location: http://www.geocrawler.com/search/?config=856&words=$string");
|
||||
elseif ($type_of_search == "site") {
|
||||
$pageName = "Search Results";
|
||||
$focused = "none"; // Dock icon name to gets a border
|
||||
|
|
Loading…
Reference in a new issue