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 e184918 commit aaac3cfCopy full SHA for aaac3cf
web/templates/admin/list_mail.html
@@ -13,13 +13,6 @@
13
<div class="l-sort-toolbar clearfix">
14
<table>
15
<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>
23
<td class="l-sort-toolbar__search-box">
24
<form action="/search/" method="get">
25
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
0 commit comments