Skip to content

Commit 8a7f59f

Browse files
author
Till Brehm
committed
Fixed #4173 No SSL Tab for client if SSL available but also Let\'s Encrypt available template limit is active.
1 parent abd0357 commit 8a7f59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/web_vhost_domain.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292

9393
if($client['limit_wildcard'] != 'y') $wildcard_available = false;
9494
if($client['limit_ssl'] != 'y') $ssl_available = false;
95-
if($client['limit_ssl_letsencrypt'] == 'y') $ssl_available = false;
95+
//if($client['limit_ssl_letsencrypt'] == 'y') $ssl_available = false;
9696
if($client['limit_backup'] != 'y') $backup_available = false;
9797
}
9898

0 commit comments

Comments
 (0)