1 |
wakaba |
1.1 |
<? |
2 |
|
|
$url=explode("/",$PATH_INFO); |
3 |
|
|
$group=$url[1]; |
4 |
|
|
include "config.inc"; |
5 |
|
|
$title.= ' - '.$group; |
6 |
|
|
include "body.inc"; ?> |
7 |
|
|
|
8 |
|
|
<a name="top"></a> |
9 |
|
|
<h1 align="center"><?php echo $group; ?></h1> |
10 |
|
|
|
11 |
|
|
<p>Lese Overview- und Artikeldaten ein...</p> |
12 |
|
|
|
13 |
|
|
<? |
14 |
|
|
include("$file_newsportal"); |
15 |
|
|
$ns=OpenNNTPconnection($server,$port); |
16 |
|
|
flush(); |
17 |
|
|
if ($ns != false) { |
18 |
|
|
$headers = readOverview($ns,$group,1,true); |
19 |
|
|
closeNNTPconnection($ns); |
20 |
|
|
} |
21 |
|
|
?> |
22 |
|
|
|
23 |
|
|
<p align="right"><a href="#top"><? echo $text_thread["button_top"];?></a></p> |
24 |
|
|
|
25 |
|
|
<? include "footer.inc"; ?> |