Skip to content

Commit 33f759e

Browse files
Kristan Kenneyunknown
authored andcommitted
Remove old webmail URL
1 parent 4c006e8 commit 33f759e

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

web/templates/admin/list_mail_acc.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="">
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="sort-by">
2417
<?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
2518
</td>

web/templates/user/list_mail_acc.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="">
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="sort-by">
2417
<?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
2518
</td>

0 commit comments

Comments
 (0)