1 |
wakaba |
1.1 |
<? header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT"); |
2 |
|
|
|
3 |
|
|
include "config.inc"; |
4 |
|
|
include "body.inc"; ?> |
5 |
|
|
|
6 |
|
|
<h1><? echo htmlspecialchars($title); ?></h1> |
7 |
|
|
|
8 |
|
|
<? |
9 |
|
|
include("$file_newsportal"); |
10 |
|
|
flush(); |
11 |
|
|
$newsgroups=readgroups($server,$port); |
12 |
|
|
showgroups($newsgroups); |
13 |
|
|
?> |
14 |
|
|
|
15 |
|
|
<address class="original" lang="en"> |
16 |
|
|
"<a href="http://florian-amrhein.de/newsportal/">News-Portal</a>" |
17 |
|
|
was written by <a href="http://florian-amrhein.de">Florian Amrhein</a>. |
18 |
|
|
</address> |
19 |
|
|
|
20 |
|
|
<? include "footer.inc"; ?> |