<?php
session_start();
$_SESSION['fatal'] = true;
$_SESSION['failureMSG'] = "Unable to log in: user accounts are temporarily disabled.";
header("location: ./home.php");
?>