File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 242242 < div class ="l-unit__stat-cols clearfix ">
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 ">
245- < b > < ?=__($data[$key]['SSL'])?> </ b >
245+ < b >
246+ < ? if(empty($data[$key]['LETSENCRYPT'])){
247+ echo __($data[$key]['SSL']);
248+ } else {
249+ echo __('Lets Encrypt');
250+ }?>
251+ </ b >
246252 </ div >
247253 </ div >
248254 < ? } ?>
266272 < ? } ?>
267273 </ td >
268274 </ tr >
269- < tr >
275+ <!-- tr>
270276 <td></td>
271277 <td>
272278 <? if(empty($data[$key]['LETSENCRYPT']) || $data[$key]['LETSENCRYPT'] == 'no') { ?>
280286 </div>
281287 <? } ?>
282288 </td>
283- </ tr >
289+ </tr-- >
284290 < tr >
285291 < td >
286292 < div class ="l-unit__stat-cols clearfix graph ">
You can’t perform that action at this time.
0 commit comments