Bernd Wurst commited on 2015-12-03 20:20:52
Zeige 1 geänderte Dateien mit 0 Einfügungen und 3 Löschungen.
... | ... |
@@ -225,8 +225,6 @@ if (!$vhost['server']) { |
225 | 225 |
} |
226 | 226 |
|
227 | 227 |
$extended = ''; |
228 |
- if (count($certs)) |
|
229 |
- { |
|
230 | 228 |
$certselect = array(0 => 'kein Zertifikat / System-Standard benutzen', -1 => 'Automatische Zertifikatsverwaltung über Let\'s Encrypt!'); |
231 | 229 |
foreach ($certs as $c) |
232 | 230 |
{ |
... | ... |
@@ -240,7 +238,6 @@ $extended = ''; |
240 | 238 |
<div style=\"margin-left: 2em;\"> |
241 | 239 |
".html_select('cert', $certselect, $vhost['certid'])." |
242 | 240 |
</div>"; |
243 |
- } |
|
244 | 241 |
if (count($ipaddrs)) |
245 | 242 |
{ |
246 | 243 |
$ipselect = array(0 => 'System-Standard'); |
247 | 244 |