mirror of
https://github.com/myvesta/vesta
synced 2025-07-30 19:40:56 -07:00
*Show if letsencrypt is on
This commit is contained in:
parent
5d705da592
commit
1a7c3baade
1 changed files with 12 additions and 0 deletions
|
@ -247,6 +247,18 @@ sort-name="<?=$key?>" sort-bandwidth="<?=$data[$key]['U_BANDWIDTH']?>" sort-dis
|
|||
</div>
|
||||
<? } ?>
|
||||
</td>
|
||||
<td>
|
||||
<? if($data[$key]['LETSENCRYPT'] == 'no'){ ?>
|
||||
<div class="l-unit__stat-cols clearfix disabled"><?=__('Lets Encrypt Support')?></div>
|
||||
<? } else {?>
|
||||
<div class="l-unit__stat-cols clearfix">
|
||||
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Lets Encrypt Support')?>:</div>
|
||||
<div class="l-unit__stat-col l-unit__stat-col--right">
|
||||
<b><?=__($data[$key]['LETSENCRYPT'])?></b>
|
||||
</div>
|
||||
</div>
|
||||
<? } ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
|
||||
<div class="l-unit__stat-cols clearfix last">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue