We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7c3ba commit 0ee268dCopy full SHA for 0ee268d
web/templates/admin/list_web.html
@@ -248,7 +248,7 @@
248
<? } ?>
249
</td>
250
<td>
251
- <? if($data[$key]['LETSENCRYPT'] == 'no'){ ?>
+ <? if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
252
<div class="l-unit__stat-cols clearfix disabled"><?=__('Lets Encrypt Support')?></div>
253
<? } else {?>
254
<div class="l-unit__stat-cols clearfix">
0 commit comments