debug.php 94 B

123456
  1. <?php
  2. if (!isset($_SESSION['mailcow_cc_role'])) {
  3. header('Location: /');
  4. exit();
  5. }
  6. ?>