Various...
This commit is contained in:
6
data/web/modals/debug.php
Normal file
6
data/web/modals/debug.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
if (!isset($_SESSION['mailcow_cc_role'])) {
|
||||
header('Location: /');
|
||||
exit();
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user