survey_seahorse

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

commit 6400d19824aa04146de523fef7e40e2bed4dbe75
parent f040689cf94f5687987e32c2ab4d9e356b078396
Author: aelasmai <43659122+aelasmai@users.noreply.github.com>
Date:   Wed, 19 Dec 2018 14:55:13 -0500

Update createsurvey.php
Diffstat:
Mwebsite/createsurvey.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/website/createsurvey.php b/website/createsurvey.php @@ -3,6 +3,7 @@ session_start(); if(!isset($_SESSION['uid'])){ header("location: login.php?user=notloggedin"); + exit; } ?> <html>