mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-20 05:11:30 +00:00
7 lines
94 B
PHP
7 lines
94 B
PHP
<?php
|
|
if (!isset($_SESSION['mailcow_cc_role'])) {
|
|
header('Location: /');
|
|
exit();
|
|
}
|
|
?>
|