Removed commented code.

This commit is contained in:
Brian Mc Cullough 2024-10-22 12:25:23 -04:00
parent 9300b1742e
commit f6ef7f2f45

View file

@ -103,7 +103,6 @@
?>
<tr>
<td class="DataTD" colspan="2" align="left">
<!-- <input type="radio" id="root1" name="rootcert" value="1" /> <label for="root1"><?=_("Sign by class 1 root certificate")?></label><br /> -->
<input type="hidden" id="root2" name="rootcert" value="2" checked="checked"/> <label for="root2"><?= _("Sign by class 3 root certificate") ?></label><br/>
<?= str_replace("\n", "<br />\n", wordwrap(_("Please note: both the class 1 and class 3 root certificates need to be imported into your email program so that your email program can build a full trust path chain."), 125 ) ) ?>
</td>