array ("request", "integer", ""), ); getFields($fields); $dom->lock(); $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($sub_domain_id)) { $error=$err->errstr(); } } $domroot=$dom->get_domain_all($r['domain']); echo "

"; __("Editing subdomain"); echo " http://"; ecif($r['name'],$r['name']."."); echo $r['domain']."

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

$error

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