Merge pull request #531 from Crease29/patch-1

Link domains to HTTPS in certificate list
This commit is contained in:
Michael Kaufmann
2018-03-04 12:11:12 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
<tr <if !$isValid>class="domain-expired"</if>> <tr <if !$isValid>class="domain-expired"</if>>
<td> <td>
<a href="http://{$row['domain']}" target="_blank">{$row['domain']}</a> <a href="https://{$row['domain']}" target="_blank">{$row['domain']}</a>
{$adminCustomerLink} {$adminCustomerLink}
</td> </td>
<td> <td>