array ("request", "string", ""), "sub" => array ("request", "string", ""), "type" => array ("request", "string", $dom->type_local), "value" => array ("request", "string", ""), ); getFields($fields); $dom->lock(); $domroot=$dom->get_domain_all($domain); $dt=$dom->domains_type_lst(); if (!$isinvited && $dt[strtolower($type)]["enable"] != "ALL" ) { __("This page is restricted to authorized staff"); exit(); } if (!isset($noread) || !$noread) { if (!$r=$dom->get_sub_domain_all($domain,$sub,$type,$value)) { $error=$err->errstr(); } } echo "

"; __("Editing subdomain"); echo " http://"; ecif($sub,$sub."."); echo $domain."

"; if (isset($error) && $error) { echo "

$error

"; include_once("foot.php"); exit(); } $dom->unlock(); ?>