add('/web/js/site/quarantine.js'); $role = ($_SESSION['mailcow_cc_role'] == "admin") ? 'admin' : 'domainadmin'; $template = 'quarantine.twig'; $template_data = [ 'acl' => $_SESSION['acl'], 'acl_json' => json_encode($_SESSION['acl']), 'role' => $role, 'quarantine_settings' => $quarantine_settings, 'lang_quarantine' => json_encode($lang['quarantine']), ]; require_once $_SERVER['DOCUMENT_ROOT'] . '/inc/footer.inc.php';