fix password field
This commit is contained in:
parent
eebacb9be2
commit
5b57c32b8a
|
@ -50,7 +50,7 @@ if (!$ftp_accounts) {
|
|||
}
|
||||
else {
|
||||
foreach ($ftp_accounts AS $single_ftp_account)
|
||||
echo '<tr><td>' . $single_ftp_account['login'] . '</td><td>' . $single_ftp_account['password'] . '</td><td>' . $single_ftp_account['dir'] . '</td></tr>';
|
||||
echo '<tr><td>' . $single_ftp_account['login'] . '</td><td>' . $single_ftp_account['pass'] . '</td><td>' . $single_ftp_account['dir'] . '</td></tr>';
|
||||
}
|
||||
?>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue