session_start(); // Check if admin is logged in if (!isset($_SESSION['admin_id'])) { header("Location: login.php"); exit(); }
loading...
Loading...