Browse Source

Remove old webmail URL

Kristan Kenney 6 years ago
parent
commit
33f759edcb
2 changed files with 0 additions and 14 deletions
  1. 0 7
      web/templates/admin/list_mail_acc.html
  2. 0 7
      web/templates/user/list_mail_acc.html

+ 0 - 7
web/templates/admin/list_mail_acc.html

@@ -13,13 +13,6 @@
         <div class="l-sort-toolbar clearfix">
           <table>
             <tr>
-              <td class="">
-                <?
-                  list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
-                  $webmail = "http://webmail.".$http_host."/";
-                  if (!empty($_SESSION['WEBMAIL_ALIAS'])) $webmail = $_SESSION['WEBMAIL_ALIAS'];
-                ?>
-              </td>
               <td class="sort-by">
                   <?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
               </td>

+ 0 - 7
web/templates/user/list_mail_acc.html

@@ -13,13 +13,6 @@
         <div class="l-sort-toolbar clearfix">
           <table>
             <tr>
-              <td class="">
-                <?
-                  list($http_host, $port) = explode(':', $_SERVER["HTTP_HOST"].":");
-                  $webmail = "http://webmail.".$http_host."/";
-                  if (!empty($_SESSION['WEBMAIL_ALIAS'])) $webmail = $_SESSION['WEBMAIL_ALIAS'];
-                ?>
-              </td>
               <td class="sort-by">
                   <?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
               </td>