Skip to content

Commit 0ee268d

Browse files
committed
*Add empty check
1 parent 1a7c3ba commit 0ee268d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<? } ?>
249249
</td>
250250
<td>
251-
<? if($data[$key]['LETSENCRYPT'] == 'no'){ ?>
251+
<? if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
252252
<div class="l-unit__stat-cols clearfix disabled"><?=__('Lets Encrypt Support')?></div>
253253
<? } else {?>
254254
<div class="l-unit__stat-cols clearfix">

0 commit comments

Comments
 (0)