mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 14:24:07 -07:00
updated links to webmail using $key to use https
This commit is contained in:
parent
1113cd721e
commit
465fbb7aa3
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
|||
<?php
|
||||
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>
|
||||
<img src="/images/new_window.png" width="8px" height="8px">
|
||||
<?php print _('open webstats');?>
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
<?php
|
||||
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>
|
||||
<img src="/images/new_window.png" width="8px" height="8px">
|
||||
<?php print _('open webstats');?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue