array ("request", "string", ""), "sub" => array ("request", "string", ""), ); getFields($fields); $dom->lock(); if (!$r=$dom->get_domain_all($domain)) { $error=$err->errstr(); } if (isset($error) && $error) { // if there is an errpr error, means problems with the domain. We stop echo "
$error
"; include_once("foot.php"); die(); } $dom->unlock(); ?>" target="_blank"> |
'.htmlspecialchars($r["sub"][$i]["dest"]).'';
} else {
if ($r["sub"][$i]['type']) echo " ".htmlspecialchars($r["sub"][$i]["dest"]); } ?> |
";__("Disable");echo "";
break;
case 'ENABLE':
__("Activation pending");
break;
case 'DISABLED':
__("Disabled");
echo " ";__("Enable");echo ""; break; case 'DISABLE': __("Desactivation pending"); break; } } }?> |