error_reporting(0) ?>
header("Expires: ".gmdate("D, d M Y H:i:s",time()+7200)." GMT");
include "config.inc.php";
include "auth.inc";
include "head.inc"; ?>
echo htmlspecialchars($title); ?>
include("$file_newsportal");
flush();
$newsgroups=groups_read($server,$port);
echo '';
groups_show($newsgroups);
echo '
';
?>
include "tail.inc"; ?>