Fix missing display of 'Password' when posting.

This commit is contained in:
Retro_Guy 2024-01-09 08:05:51 -07:00
parent e3d63f6a75
commit ed07878470
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ if ($show == 1) {
echo ' or "' . $CONFIG['anonusername'] . '" with no password';
}
echo '</td></tr><tr>';
echo '<td align="right"><b><?php echo $text_post["password"]?></b></td>';
echo '<td align="right"><b>'.$text_post["password"].'</b></td>';
echo '<td align="left">';
// if (strcmp($user, $CONFIG['anonusername']) === 0) {
// $logged_in = false;