mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 07:11:43 +00:00
9 lines
153 B
PHP
9 lines
153 B
PHP
<?
|
|
need ("news");
|
|
$string = $_GET['string'];
|
|
$month = $_GET['month'];
|
|
$year = $_GET['year'];
|
|
|
|
monthForm ($month, $year);
|
|
keywordForm ($string);
|
|
?>
|