0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/website synced 2025-03-23 17:40:53 +00:00

hopefully fix sidebar search

This commit is contained in:
Dan Olson 2000-06-17 19:35:30 +00:00
parent 8c4492d6ef
commit 334fe90287

View file

@ -6,7 +6,9 @@
<?php
if ($type_of_search == "news") {
$string = $words;
include("news_search.php");
require("lib/sql.php");
require("news_funcs.php");
include("old_news.php");
}
else {
echo '<P>That type of search isn\'t supported yet. Please check back later.';