[Web] Remove SOGo admin login hint (#4100)
* Remove old SOGo Admin Login hint * Remove unneeded code blocks after change
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user