Avoiding v-schedule-letsencrypt

Because it is entering infinite loop for some reason
This commit is contained in:
myvesta 2020-06-12 23:51:16 +02:00 committed by GitHub
commit d6eed3b978
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');?>