array ("post", "array", array()), "dir" => array ("post", "string", ""), "confirm_del" => array ("post", "string", ""), ); getFields($fields); if (!empty($confirm_del)) { reset($d); if ($hta->del_user($d,$dir)) { foreach ($d as $v) { $msg->raise("INFO", "hta", _("The user '%s' was successfully deleted"), $v); } } $is_include=true; include_once("hta_edit.php"); exit(); } include_once('head.php'); ?>