survey_seahorse

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

commit a37b6d5a6014e40941ebe3071838e619f1ff9cdb
parent 6400d19824aa04146de523fef7e40e2bed4dbe75
Author: aelasmai <43659122+aelasmai@users.noreply.github.com>
Date:   Wed, 19 Dec 2018 15:09:51 -0500

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

diff --git a/website/takesurvey.php b/website/takesurvey.php @@ -2,6 +2,7 @@ session_start(); if(!isset($_SESSION['uid'])){ header("location: login.php?user=notloggedin"); + exit; } ini_set('display_errors', 'On');