Skip to content

Commit b7cc950

Browse files
author
Serghey Rodin
committed
LE SSL listing
1 parent 6d17a5b commit b7cc950

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/templates/admin/list_web.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@
243243
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('SSL Support')?>:</div>
244244
<div class="l-unit__stat-col l-unit__stat-col--right">
245245
<b>
246-
<? if(empty($data[$key]['LETSENCRYPT'])){
247-
echo __($data[$key]['SSL']);
248-
} else {
246+
<? if($data[$key]['LETSENCRYPT'] == 'yes'){
249247
echo __('Lets Encrypt');
248+
} else {
249+
echo __($data[$key]['SSL']);
250250
}?>
251251
</b>
252252
</div>

0 commit comments

Comments
 (0)