We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f43a6 commit 7f7cfc5Copy full SHA for 7f7cfc5
web/templates/admin/edit_mail_acc.html
@@ -204,7 +204,7 @@
204
</tr>
205
<?
206
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
207
- $webmail = "http://webmail.".$http_host."/";
+ $webmail = "http://webmail.".$v_domain."/";
208
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
209
?>
210
<tr>
0 commit comments