True, "nonavbar" => True); } $phpgw_info["flags"]["currentapp"] = "admin"; $phpgw_info["flags"]["disable_message_class"] = True; $phpgw_info["flags"]["disable_send_class"] = True; include("../header.inc.php"); include($phpgw_info["server"]["server_root"] . "/admin/inc/accounts_" . $phpgw_info["server"]["auth_type"] . ".inc.php"); // Make sure they are not attempting to delete there own account. // If they are, they should not reach this point anyway. if ($phpgw_info["user"]["account_id"] == $account_id) { Header("Location: " . $phpgw->link("accounts.php")); exit; } if (($account_id) && (! $confirm)) { // the account can have special chars/white spaces, if it is a ldap dn $account_id = rawurlencode($account_id); ?>
" . lang("No"); ?> | " . lang("Yes"); ?> |