mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-17 09:21:29 +00:00
hopefully fix sidebar search
This commit is contained in:
parent
8c4492d6ef
commit
334fe90287
1 changed files with 3 additions and 1 deletions
|
@ -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.';
|
||||
|
|
Loading…
Reference in a new issue