survey_seahorse

Software Engineering Project - Fall 2018
Log | Files | Refs | README

commit 192871aa5f1be4d14139d462025805b928df55f6
parent b2a9735b8bdba01fe9908772716ee91a9d8ad50c
Author: John Kubach <johnkubach@gmail.com>
Date:   Mon, 10 Dec 2018 19:57:03 -0500

Add generic prohibited landing page

Diffstat:
Awebsite/res/nope.php | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/website/res/nope.php b/website/res/nope.php @@ -0,0 +1,6 @@ +<?php + echo "<h3> Abandon All Hope, Ye Who Enter Here </h3>"; + echo "<p> You are not allowed to view this page</p>"; + echo "<a href='../index.php'> Home </a> <br>"; + exit(); +?>