mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Avoiding v-schedule-letsencrypt
Because it is entering infinite loop for some reason
This commit is contained in:
parent
62ec3bb5a7
commit
d6eed3b978
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
<table style="display:<?php if (empty($v_ssl)) { echo 'none';} else {echo 'block';}?>;" id="ssltable">
|
||||
<!--
|
||||
<tr>
|
||||
<td class="step-left input-label vst-text">
|
||||
<label><input type="checkbox" size="20" class="vst-checkbox" name="v_letsencrypt" <?php if($v_letsencrypt == 'yes' || $v_letsencrypt == 'on') echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_letsencrypt(this)"> <?php print __('Lets Encrypt Support');?></label>
|
||||
|
@ -139,6 +140,7 @@
|
|||
<?= __('Your certificate will be automatically issued in 5 minutes')?>
|
||||
</td>
|
||||
</tr>
|
||||
-->
|
||||
<tr>
|
||||
<td class="vst-text input-label step-left">
|
||||
<?php print __('SSL Home Directory');?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue