Merge pull request #531 from Crease29/patch-1
Link domains to HTTPS in certificate list
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<tr <if !$isValid>class="domain-expired"</if>>
|
||||
<td>
|
||||
<a href="http://{$row['domain']}" target="_blank">{$row['domain']}</a>
|
||||
<a href="https://{$row['domain']}" target="_blank">{$row['domain']}</a>
|
||||
{$adminCustomerLink}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user