File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 205205 </ tr >
206206 < ?
207207 list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
208- $webmail = "http://mail .".$http_host."/";
208+ $webmail = "http://webmail .".$http_host."/";
209209 if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
210210 ?>
211211 < tr >
Original file line number Diff line number Diff line change 1414 < td class ="step-right ">
1515 < ?
1616 list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
17- $webmail = "http://mail .".$http_host."/";
17+ $webmail = "http://webmail .".$http_host."/";
1818 if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1919 ?>
2020 < a class ="vst " href ="<?=$webmail?> " target ="_blank "> < ?=__('open webmail')?> < i > </ i > </ a >
8181
8282 < ?
8383 list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
84- $webmail = "http://mail .".$http_host."/";
84+ $webmail = "http://webmail .".$http_host."/";
8585 if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
8686
8787 foreach ($data as $key => $value) {
Original file line number Diff line number Diff line change 1313 < td class ="step-right ">
1414 < ?
1515 list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
16- $webmail = "http://mail .".$http_host."/";
16+ $webmail = "http://webmail .".$http_host."/";
1717 if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
1818 ?>
1919 < a class ="vst " href ="<?=$webmail?> " target ="_blank "> < ?=__('open webmail')?> < i > </ i > </ a >
5656 < div class ="l-separator "> </ div >
5757 <!-- /.l-separator -->
5858 < div class ="l-center units animated fadeIn ">
59- < div class ="l-unit header ">
60- < div class ="subtitle "> < ?=__('Listing')?> < ?=htmlentities($_GET['domain'])?> </ div >
61- </ div >
6259 < div class ="l-unit header ">
6360 < div class ="l-unit__col l-unit__col--left clearfix ">
6461 < div class ="text-center jump-small-top "> </ div >
You can’t perform that action at this time.
0 commit comments