\n\t".$locale['error']['connect']."\n

"; require("include/footer.inc.php"); exit; } if ($news['user']!="anonymous") { $result = $mynntp->authinfo($news["user"],$news["pass"]); if (!$result) { echo "

\n\t".$locale['error']['credentials'] ."\n

"; require("include/footer.inc.php"); exit; } } if (isset($group) && isset($id) && isset($_REQUEST['type']) && ($_REQUEST['type']=='followup')) { $rq=$mynntp->group($group); $post = new post($mynntp,$id); if ($post) { $subject = (preg_match("/^re:/i",$post->headers->subject)?"":"Re: ") .$post->headers->subject; $body = $post->headers->name." wrote :\n".wrap($post->body, ">"); if (isset($post->headers->followup)) $target=$post->headers->followup; else $target=$post->headers->newsgroups; } } $mynntp->quit(); ?>
" />
" />