$strConnectServerError - " . $server . "
\n"; html_foot(); html_tail(); exit; } if( $artconv['back'] ) nnrp_cancel( $nhd, $artconv['back']($auth_user), $auth_email, $msgid, $group, $artconv['back']($subject) ); else nnrp_cancel( $nhd, $auth_user, $auth_email, $msgid, $group, $subject ); nnrp_close($nhd); html_head( $strDeleteDetail ); $subject = htmlspecialchars( $subject ); echo << $strArticleIsDeleted
$strAuthor: $auth_user ($auth_email)
$strSubject: $subject
$strGroup: $group

EOT; html_delay_close( 2000 ); html_tail(); } elseif( $artnum != '' ) { $server = $_GET['server']; $group = $_GET['group']; if( $post_restriction ) readonly_error( $server, $group ); $nhd = nnrp_open( $server ); if( ! ( $nhd && nnrp_authenticate( $nhd ) ) ) { html_head('ERROR'); echo "

$strConnectServerError - " . $server . "
\n"; html_foot(); html_tail(); exit; } list( $code, $count, $lowmark, $highmark ) = nnrp_group( $nhd, $group ); $artinfo = nnrp_head( $nhd, $artnum, $news_charset[$curr_catalog] ); if( !$artinfo ) kill_myself(); $artconv = get_conversion( $artinfo['charset'], $curr_charset ); if( $artconv['to'] ) { $from = $artconv['to']( $artinfo['name'] ); $email = $artconv['to']( $artinfo['mail'] ); $subject = $artconv['to']( $artinfo['subject'] ); $org = $artconv['to']( $artinfo['org'] ); } else { $from = $artinfo['name']; $email = $artinfo['mail']; $subject = $artinfo['subject']; $org = $artinfo['org']; } $date = $artinfo['date']; $msgid = $artinfo['msgid']; html_head( "$strDeleteDetail - $subject" ); echo $strRealyDelete ; echo "


"; echo "
"; echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
$strName:
$strEmail:
$strGroup:
$strSubject:
\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo ""; echo "$strContent:"; echo " \n"; echo "
"; echo "
\n"; echo "
\n"; html_tail(); } ?>