Skip to content

Commit aaac3cf

Browse files
author
Kristan Kenney
committed
Remove webmail link from top toolbar
1 parent e184918 commit aaac3cf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

web/templates/admin/list_mail.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@
1313
<div class="l-sort-toolbar clearfix">
1414
<table>
1515
<tr>
16-
<td class="step-right">
17-
<?
18-
list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
19-
$webmail = "http://webmail.".$http_host."/";
20-
if (!empty($_SESSION['WEBMAIL_ALIAS'])) $webmail = $_SESSION['WEBMAIL_ALIAS'];
21-
?>
22-
</td>
2316
<td class="l-sort-toolbar__search-box">
2417
<form action="/search/" method="get">
2518
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

0 commit comments

Comments
 (0)