array ("post", "string", ""),
"names" => array ("post", "array", ""),
);
getFields($fields);
if(!empty($confirm_del)) {
foreach($lst_todel as $v) {
$r=$ftp->delete_ftp($v);
if (!$r) {
$error.=$err->errstr()."
";
} else {
$error.=sprintf(_("The ftp account %s has been successfully deleted"),$r)."
";
}
}
include("ftp_list.php");
exit();
} else {
include_once('head.php');
?>