array ("get","integer",""), "status" =>array ("get","integer",null), ); getFields($fields); if ($ftp->switch_enabled($id,$status)) { if ($status) $msg->raise("INFO", "ftp", _("The FTP account is enabled")); else $msg->raise("INFO", "ftp", _("The FTP account is disabled")); } require_once('ftp_list.php');