2002-12-31 08:45:37 +00:00
|
|
|
<?PHP
|
|
|
|
if (!isset($config->auth_nntphost)) {
|
|
|
|
$config->auth_nntphost = "127.0.0.1";
|
|
|
|
}
|
|
|
|
if (!isset($config->auth_nntpport)) {
|
|
|
|
$config->auth_nntpport = "119";
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
|
2003-09-09 05:37:39 +00:00
|
|
|
<tr valign="top" BGCOLOR="<?php echo $THEME->cellheading2 ?>">
|
2002-11-19 08:51:33 +00:00
|
|
|
<TD ALIGN=RIGHT><P>auth_nntphost:</TD>
|
|
|
|
<TD>
|
2003-09-09 05:37:39 +00:00
|
|
|
<INPUT name="auth_nntphost" TYPE="text" SIZE=30 VALUE="<?php echo $config->auth_nntphost?>">
|
|
|
|
<?php if (isset($err["auth_nntphost"])) formerr($err["auth_nntphost"]); ?>
|
2002-11-19 08:51:33 +00:00
|
|
|
</TD>
|
|
|
|
<TD>
|
2003-09-09 05:37:39 +00:00
|
|
|
<?php print_string("auth_nntphost","auth") ?>
|
2004-01-16 09:17:20 +00:00
|
|
|
<?php print_string("auth_multiplehosts","auth") ?>
|
2002-11-19 08:51:33 +00:00
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
|
2003-09-09 05:37:39 +00:00
|
|
|
<TR VALIGN=TOP BGCOLOR="<?php echo $THEME->cellheading2 ?>">
|
2002-11-19 08:51:33 +00:00
|
|
|
<TD ALIGN=RIGHT><P>auth_nntpport:</TD>
|
|
|
|
<TD>
|
2003-09-09 05:37:39 +00:00
|
|
|
<INPUT name=auth_nntpport TYPE=text SIZE=6 VALUE="<?php echo $config->auth_nntpport?>">
|
|
|
|
<?php if (isset($err["auth_nntpport"])) formerr($err["auth_nntpport"]); ?>
|
2002-11-19 08:51:33 +00:00
|
|
|
</TD>
|
|
|
|
<TD>
|
2003-09-09 05:37:39 +00:00
|
|
|
<?php print_string("auth_nntpport","auth") ?>
|
2002-11-19 08:51:33 +00:00
|
|
|
</TD>
|
|
|
|
</TR>
|
|
|
|
|
|
|
|
<TR VALIGN=TOP>
|
2003-09-09 05:37:39 +00:00
|
|
|
<TD ALIGN=RIGHT><P><?php print_string("instructions", "auth") ?>:</TD>
|
2002-11-19 08:51:33 +00:00
|
|
|
<TD>
|
2003-09-09 05:37:39 +00:00
|
|
|
<TEXTAREA NAME=auth_instructions COLS=30 ROWS=10 WRAP=virtual><?php p($config->auth_instructions) ?></TEXTAREA>
|
2002-11-19 08:51:33 +00:00
|
|
|
</TD>
|
|
|
|
<TD>
|
2003-09-09 05:37:39 +00:00
|
|
|
<?php print_string("authinstructions","auth") ?>
|
|
|
|
<?php helpbutton("text", get_string("helptext")) ?>
|
2002-11-19 08:51:33 +00:00
|
|
|
</TD>
|
|
|
|
</TR>
|