|
|
@@ -196,15 +196,15 @@
|
|
|
<td><?=__('SMTP auth method')?>:</td>
|
|
|
<td><div><?=__('Normal password')?></div></td>
|
|
|
</tr>
|
|
|
- <?
|
|
|
- list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
|
|
|
- $webmail = "http://".$http_host."/webmail/";
|
|
|
- if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
|
|
|
- ?>
|
|
|
+ <?
|
|
|
+ list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
|
|
|
+ $webmail = "http://".$http_host."/webmail/";
|
|
|
+ if (!empty($_SESSION['MAIL_URL'])) $webmail = $_SESSION['MAIL_URL'];
|
|
|
+ ?>
|
|
|
<tr>
|
|
|
<td><?=__('Webmail URL')?>:</td>
|
|
|
<td><div><a class="vst" href="<?=$webmail?>" target="_blank"><?=$webmail?> <i></i></a></div></td>
|
|
|
- </tr>
|
|
|
+ </tr>
|
|
|
</table>
|
|
|
</div>
|
|
|
</td>
|