1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

fixed two small flaws.

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3790 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2003-04-05 12:04:34 +00:00
parent a4138b5454
commit 070f82e91e
3 changed files with 7 additions and 6 deletions

View File

@@ -493,11 +493,11 @@ else if (!empty($HTTP_POST_VARS['send_file']) && $HTTP_POST_VARS['send_file'] ==
<td class="row2"><input type="text" name="ftp_dir"></td>
</tr>
<tr>
<td class="row1" align="right"><span class="gen"><?php echo $lang['ftp_password']; ?></span></td>
<td class="row1" align="right"><span class="gen"><?php echo $lang['ftp_username']; ?></span></td>
<td class="row2"><input type="text" name="ftp_user"></td>
</tr>
<tr>
<td class="row1" align="right"><span class="gen"><?php echo $lang['ftp_username']; ?></span></td>
<td class="row1" align="right"><span class="gen"><?php echo $lang['ftp_password']; ?></span></td>
<td class="row2"><input type="password" name="ftp_pass"></td>
</tr>
<?php