array ("request", "string", (empty($domain)?"":$domain) ),
);
getFields($fields);
?>
Usually you'd want to click 'edit' in front of a subdomain to choose between HTTP and HTTPS by default."); ?>
| |
lock();
if (!$r=$dom->get_domain_all($domain)) {
$dom->unlock();
echo $msg->msg_html_all();
include('foot.php');
die();
}
$dom->unlock();
for($i=0;$i<$r["nsub"];$i++) {
if (!$r["sub"][$i]["only_dns"]) {
continue;
}
$fqdn=$r["sub"][$i]["name"].(($r["sub"][$i]["name"])?".":"").$r["name"];
$certs = $ssl->get_valid_certs($fqdn);
echo "";
echo "".$fqdn." | ";
echo "";
echo " | ";
echo "
";
}