[Compose] Updated PHP-FPM image

[Web] Rename configuration menu
[Web] Show warning when configuration disabled quarantine
This commit is contained in:
andryyy
2018-11-30 19:04:18 +01:00
parent 44096305f0
commit 57aa379a2a
8 changed files with 29 additions and 22 deletions

View File

@@ -78,6 +78,7 @@
?>
<li<?= (preg_match("/admin/i", $_SERVER['REQUEST_URI'])) ? ' class="active"' : ''; ?>><a href="/admin"><?= $lang['header']['administration']; ?></a></li>
<li<?= (preg_match("/debug/i", $_SERVER['REQUEST_URI'])) ? ' class="active"' : ''; ?>><a href="/debug"><?= $lang['header']['debug']; ?></a></li>
<li class="divider"></li>
<?php
}
if ($_SESSION['mailcow_cc_role'] == 'admin' || $_SESSION['mailcow_cc_role'] == 'domainadmin') {