[Web] Remove SOGo admin login hint (#4100)

* Remove old SOGo Admin Login hint

* Remove unneeded code blocks after change
This commit is contained in:
Shea Ramage
2021-05-20 01:07:55 -04:00
committed by GitHub
parent d6a3094bcc
commit 7490fbdccd
18 changed files with 5 additions and 22 deletions

View File

@@ -111,11 +111,6 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
</ul>
</div>
</div>
<?php if (getenv('ALLOW_ADMIN_EMAIL_LOGIN') == "y" && getenv('SKIP_SOGO') != "y") { ?>
<div class="panel-body help-block">
<?=$lang['mailbox']['sogo_allow_admin_hint'];?>
</div>
<?php } ?>
<div class="mass-actions-mailbox" data-actions-header="true"></div>
<div class="table-responsive">
<table id="mailbox_table" class="table table-striped"></table>