mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -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--left"><?=__('SSL Support')?>:</div>
|
||||||
<div class="l-unit__stat-col l-unit__stat-col--right">
|
<div class="l-unit__stat-col l-unit__stat-col--right">
|
||||||
<b>
|
<b>
|
||||||
<? if(empty($data[$key]['LETSENCRYPT'])){
|
<? if($data[$key]['LETSENCRYPT'] == 'yes'){
|
||||||
echo __($data[$key]['SSL']);
|
|
||||||
} else {
|
|
||||||
echo __('Lets Encrypt');
|
echo __('Lets Encrypt');
|
||||||
|
} else {
|
||||||
|
echo __($data[$key]['SSL']);
|
||||||
}?>
|
}?>
|
||||||
</b>
|
</b>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue