survey_seahorse

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

commit 209532b812094016667103e1abdb80d3e6d9bcbe
parent f07d268602a00b03efe6036a10131b4f8179288f
Author: aelasmai <43659122+aelasmai@users.noreply.github.com>
Date:   Wed, 19 Dec 2018 15:21:09 -0500

 adding exit; to the redirection
Diffstat:
Mwebsite/takesurvey.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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