Skip to content

Commit 543ab29

Browse files
author
Kristan Kenney
committed
Use webmail alias in UI
1 parent 4cc141f commit 543ab29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/templates/admin/add_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
</tr>
191191
<?
192192
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
193-
$webmail = "http://webmail.".$v_domain."/";
193+
$webmail = "http://".$v_webmail_alias.".".$v_domain."/";
194194
?>
195195
<tr>
196196
<td><?=__('Webmail URL')?>:</td>

web/templates/admin/edit_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
</tr>
202202
<?
203203
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
204-
$webmail = "http://webmail.".$v_domain."/";
204+
$webmail = "http://".$v_webmail_alias.".$v_domain."/";
205205
?>
206206
<tr>
207207
<td><?=__('Webmail URL')?>:</td>

0 commit comments

Comments
 (0)