updated links to webmail using $key to use https

This commit is contained in:
Jeroen Derks 2013-04-07 04:45:51 +02:00
commit 465fbb7aa3
2 changed files with 2 additions and 2 deletions

View file

@ -110,7 +110,7 @@
<?php <?php
if (!empty($data[$key]['STATS'])) { if (!empty($data[$key]['STATS'])) {
?> ?>
<a href="http://<?php echo $key ?>/vstats/" target="_blank" class="data-controls"> <a href="https://<?php echo $key ?>/vstats/" target="_blank" class="data-controls">
<span> <span>
<img src="/images/new_window.png" width="8px" height="8px"> <img src="/images/new_window.png" width="8px" height="8px">
<?php print _('open webstats');?> <?php print _('open webstats');?>

View file

@ -99,7 +99,7 @@
<?php <?php
if (!empty($data[$key]['STATS'])) { if (!empty($data[$key]['STATS'])) {
?> ?>
<a href="http://<?php echo $key ?>/vstats/" target="_blank" class="data-controls"> <a href="https://<?php echo $key ?>/vstats/" target="_blank" class="data-controls">
<span> <span>
<img src="/images/new_window.png" width="8px" height="8px"> <img src="/images/new_window.png" width="8px" height="8px">
<?php print _('open webstats');?> <?php print _('open webstats');?>