You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
162B

  1. <?php
  2. if (session_status() == PHP_SESSION_NONE) {
  3. session_start();
  4. }
  5. if ($_SESSION['mails'] == ''){
  6. header("Location: login.php");
  7. die();
  8. }
  9. ?>

Powered by TurnKey Linux.