mailcow/data/web/modals/debug.php

7 lines
94 B
PHP

<?php
if (!isset($_SESSION['mailcow_cc_role'])) {
header('Location: /');
exit();
}
?>