survey_seahorse

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

commit f040689cf94f5687987e32c2ab4d9e356b078396
parent 01bcde0abf4de85424339264439a7485f488a4c7
Author: aelasmai <43659122+aelasmai@users.noreply.github.com>
Date:   Wed, 19 Dec 2018 14:54:44 -0500

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

diff --git a/website/findsurvey.php b/website/findsurvey.php @@ -6,6 +6,7 @@ $result = mysqli_query($connect, $sql); $rand_code = mysqli_fetch_assoc($result); if(!isset($_SESSION['uid'])){ header("location: login.php?user=notloggedin"); + exit; }?> <link rel="stylesheet" href="res/style.css">