array ("request", "string", ""), "sub" => array ("request", "string", ""), "type" => array ("request", "string", ""), "value" => array ("request", "string", ""), ); getFields($fields); $dt=$dom->domains_type_lst(); if (!$isinvited && $dt[strtolower($type)]["enable"] != "ALL" ) { __("This page is restricted to authorized staff"); exit(); } $dom->lock(); if (!$dom->del_sub_domain($domain,$sub,$type,$value)) { $error=$err->errstr(); } $dom->unlock(); ?>
".$error."
"; } ?>