survey_seahorse

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

commit 73f3d44b6dea11307a6af945fe218429b93ea205
parent 16311c38f96a766c71eae15edbdbdfa2c8c8acba
Author: John Kubach <johnkubach@gmail.com>
Date:   Wed, 19 Dec 2018 17:06:56 -0500

Merge branch 'master' of github.com:jkubach/Survey-Seahorse

Diffstat:
Mwebsite/findsurvey.php | 1+
Mwebsite/takesurvey.php | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/website/findsurvey.php b/website/findsurvey.php @@ -18,3 +18,4 @@ if(!isset($_SESSION['uid'])){ echo "<p> Looking for a survey? Try ", $rand_code['access_code'], "</p>"; ?> + 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');