Indicate unknown for the HTTPS state of a sub-domain only when the type has an https option
This commit is contained in:
parent
a9f6e757cd
commit
b9b0f6181b
|
@ -197,6 +197,12 @@ if (!$r["sub"][$i]["only_dns"]) {
|
||||||
__("HTTP and HTTPS");
|
__("HTTP and HTTPS");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
if ($r['sub'][$i]['has_https_option']) {
|
||||||
|
__("Unknown");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
__('Not applicable');
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue