add_ftp($prefixe,$login,$pass,$dir); if (!$r) { $error=$err->errstr(); include("ftp_add.php"); exit(); } else { $error=_("The FTP account has been successfully created"); include("ftp_list.php"); exit(); } ?>