fix break loop after SSL checks

This commit is contained in:
Nicolas Roman 2019-07-30 11:18:42 +02:00
parent 3736f7ec32
commit eeb2ac4bd0

View file

@ -156,9 +156,8 @@ if (isset($_POST['submit'])) {
foreach ($domainsNotIncluded as $domainNotIncluded) { foreach ($domainsNotIncluded as $domainNotIncluded) {
$warningMessage .= $domainNotIncluded . "<br>"; $warningMessage .= $domainNotIncluded . "<br>";
} }
break;
} }
break;
} }
} }