session_start(); if (!isset($_SESSION['user_id'])) { header('Location: admin/login.php'); exit; } ?>
You are logged in!
Logout