<?php
session_start();
$_SESSION['fatal'] = true;
$_SESSION['failureMSG'] = "Unable to reset password: user not logged in.";
header("location: ./home.php");
?>