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:
@@ -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
|
||||
|
Reference in New Issue
Block a user