get_list(); if (!$ftp_accounts) { echo ''; } else { foreach ($ftp_accounts AS $single_ftp_account) echo ''; } ?>
No FTP account.
' . $single_ftp_account['login'] . '' . $single_ftp_account['password'] . '' . $single_ftp_account['dir'] . '