array ("request", "string", ""), "del_confirm" => array ("post", "string", ""), "del_cancel" => array ("post", "string", ""), ); getFields($fields); if ($del_confirm=="y") { if (!$dom->del_domain($domain)) { include("dom_edit.php"); exit(); } } if (! empty($del_cancel)) { $dom->lock(); $dom->del_domain_cancel($domain); $dom->unlock(); // The link to this function is disable : the del_domain_cancel function need some modification $msg->raise("INFO", "dom", _("Deletion have been successfully cancelled")); echo $msg->msg_html_all(); ?>