Skip to content

Commit 37e30a5

Browse files
author
Kristan Kenney
committed
Merge branch 'bugfix-webui-panel' into develop
2 parents 65995ea + 366809f commit 37e30a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/templates/admin/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<?php } ?>
6969
<?php } ?>
7070

71-
<?php if ((isset($_SESSION['IMAP_SYSTEM'])) && (!empty($_SESSION['IMAP_SYSTEM']))) {?>
71+
<?php if ((isset($_SESSION['MAIL_SYSTEM'])) && (!empty($_SESSION['MAIL_SYSTEM']))) {?>
7272
<?php if($panel[$user]['MAIL_DOMAINS'] != "0") { ?>
7373
<div class="l-stat__col <?php if($TAB == 'MAIL' ) echo 'l-stat__col--active' ?>">
7474
<a href="/list/mail/">

web/templates/user/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<?php } ?>
6868
<?php } ?>
6969

70-
<?php if ((isset($_SESSION['IMAP_SYSTEM'])) && (!empty($_SESSION['IMAP_SYSTEM']))) {?>
70+
<?php if ((isset($_SESSION['MAIL_SYSTEM'])) && (!empty($_SESSION['MAIL_SYSTEM']))) {?>
7171
<?php if($panel[$user]['MAIL_DOMAINS'] != "0") { ?>
7272
<div class="l-stat__col <?php if($TAB == 'MAIL' ) echo 'l-stat__col--active' ?>">
7373
<a href="/list/mail/">

0 commit comments

Comments
 (0)