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