2 if (!isset($config->auth_nntphost)) {
3 $config->auth_nntphost = "127.0.0.1";
5 if (!isset($config->auth_nntpport)) {
6 $config->auth_nntpport = "119";
10 <tr valign="top" BGCOLOR="<?=$THEME->cellheading2 ?>">
11 <TD ALIGN=RIGHT><P>auth_nntphost:</TD>
13 <INPUT name="auth_nntphost" TYPE="text" SIZE=30 VALUE="<?=$config->auth_nntphost?>">
14 <? if (isset($err["auth_nntphost"])) formerr($err["auth_nntphost"]); ?>
17 <? print_string("auth_nntphost","auth") ?>
21 <TR VALIGN=TOP BGCOLOR="<?=$THEME->cellheading2 ?>">
22 <TD ALIGN=RIGHT><P>auth_nntpport:</TD>
24 <INPUT name=auth_nntpport TYPE=text SIZE=6 VALUE="<?=$config->auth_nntpport?>">
25 <? if (isset($err["auth_nntpport"])) formerr($err["auth_nntpport"]); ?>
28 <? print_string("auth_nntpport","auth") ?>
33 <TD ALIGN=RIGHT><P><? print_string("instructions", "auth") ?>:</TD>
35 <TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><? p($config->auth_instructions) ?></TEXTAREA>
38 <? print_string("authinstructions","auth") ?>
39 <? helpbutton("text", get_string("helptext")) ?>