|
|
@@ -13,7 +13,7 @@
|
|
|
<td class="step-right">
|
|
|
<?
|
|
|
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
|
|
|
- $webmail = "http://mail.".$http_host."/";
|
|
|
+ $webmail = "http://webmail.".$http_host."/";
|
|
|
if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
|
|
|
?>
|
|
|
<a class="vst" href="<?=$webmail?>" target="_blank"><?=__('open webmail')?> <i></i></a>
|
|
|
@@ -56,9 +56,6 @@
|
|
|
<div class="l-separator"></div>
|
|
|
<!-- /.l-separator -->
|
|
|
<div class="l-center units animated fadeIn">
|
|
|
- <div class="l-unit header">
|
|
|
- <div class="subtitle"><?=__('Listing')?> <?=htmlentities($_GET['domain'])?></div>
|
|
|
- </div>
|
|
|
<div class="l-unit header">
|
|
|
<div class="l-unit__col l-unit__col--left clearfix">
|
|
|
<div class="text-center jump-small-top"></div>
|