mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
LE SSL listing
This commit is contained in:
parent
6d17a5b610
commit
b7cc9506cc
1 changed files with 3 additions and 3 deletions
|
@ -243,10 +243,10 @@ sort-name="<?=$key?>" sort-bandwidth="<?=$data[$key]['U_BANDWIDTH']?>" sort-dis
|
|||
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('SSL Support')?>:</div>
|
||||
<div class="l-unit__stat-col l-unit__stat-col--right">
|
||||
<b>
|
||||
<? if(empty($data[$key]['LETSENCRYPT'])){
|
||||
echo __($data[$key]['SSL']);
|
||||
} else {
|
||||
<? if($data[$key]['LETSENCRYPT'] == 'yes'){
|
||||
echo __('Lets Encrypt');
|
||||
} else {
|
||||
echo __($data[$key]['SSL']);
|
||||
}?>
|
||||
</b>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue