We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d17a5b commit b7cc950Copy full SHA for b7cc950
1 file changed
web/templates/admin/list_web.html
@@ -243,10 +243,10 @@
243
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('SSL Support')?>:</div>
244
<div class="l-unit__stat-col l-unit__stat-col--right">
245
<b>
246
- <? if(empty($data[$key]['LETSENCRYPT'])){
247
- echo __($data[$key]['SSL']);
248
- } else {
+ <? if($data[$key]['LETSENCRYPT'] == 'yes'){
249
echo __('Lets Encrypt');
+ } else {
+ echo __($data[$key]['SSL']);
250
}?>
251
</b>
252
</div>
0 commit comments