* Finish task #5883.

This commit is contained in:
Yagami
2019-06-26 15:21:36 +08:00
parent e355f4501e
commit d13e13e8de
+3 -1
View File
@@ -56,7 +56,9 @@
<tr>
<th><?php echo $lang->mail->port; ?></th>
<td><?php echo html::input('port', $mailConfig->port, "class='form-control'");?></td>
<th class='w-70px'><?php echo $lang->mail->secure; ?></th>
</tr>
<tr>
<th><?php echo $lang->mail->secure; ?></th>
<td>
<?php
if(!$openssl)