Merge branch '283-clearer_wording_for_subdomain_https_status' into pu
This commit is contained in:
commit
9072ba5371
|
@ -197,7 +197,12 @@ if (!$r["sub"][$i]["only_dns"]) {
|
||||||
__("HTTP and HTTPS");
|
__("HTTP and HTTPS");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
__("Unknown");
|
if ($r['sub'][$i]['has_https_option']) {
|
||||||
|
__("Unknown");
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
__('Not applicable');
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue