Skip to content

Commit 1a7c3ba

Browse files
committed
*Show if letsencrypt is on
1 parent 5d705da commit 1a7c3ba

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

web/templates/admin/list_web.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,18 @@
247247
</div>
248248
<? } ?>
249249
</td>
250+
<td>
251+
<? if($data[$key]['LETSENCRYPT'] == 'no'){ ?>
252+
<div class="l-unit__stat-cols clearfix disabled"><?=__('Lets Encrypt Support')?></div>
253+
<? } else {?>
254+
<div class="l-unit__stat-cols clearfix">
255+
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Lets Encrypt Support')?>:</div>
256+
<div class="l-unit__stat-col l-unit__stat-col--right">
257+
<b><?=__($data[$key]['LETSENCRYPT'])?></b>
258+
</div>
259+
</div>
260+
<? } ?>
261+
</td>
250262
<td>
251263
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
252264
<div class="l-unit__stat-cols clearfix last">

0 commit comments

Comments
 (0)