We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d705da commit 1a7c3baCopy full SHA for 1a7c3ba
web/templates/admin/list_web.html
@@ -247,6 +247,18 @@
247
</div>
248
<? } ?>
249
</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
260
+ <? } ?>
261
+ </td>
262
<td>
263
<?php if (!empty($_SESSION['PROXY_SYSTEM'])) { echo ""; ?>
264
<div class="l-unit__stat-cols clearfix last">
0 commit comments