<?php
session_start();
$_SESSION['fatal'] = true;
$_SESSION['failureMSG'] = "Please log in to access settings.";
header("location: ./home.php");
?>