*Add empty check

This commit is contained in:
Derrick Hammer 2016-10-18 18:07:12 -04:00
commit 0ee268dc0b

View file

@ -248,7 +248,7 @@ sort-name="<?=$key?>" sort-bandwidth="<?=$data[$key]['U_BANDWIDTH']?>" sort-dis
<? } ?>
</td>
<td>
<? if($data[$key]['LETSENCRYPT'] == 'no'){ ?>
<? if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
<div class="l-unit__stat-cols clearfix disabled"><?=__('Lets Encrypt Support')?></div>
<? } else {?>
<div class="l-unit__stat-cols clearfix">