survey_seahorse

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

commit ac9c827a5d030c3cdda83f1116149756385b6802
parent 9f9344a2dcd448650af9773aab2e778a52e3b3f3
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 17:34:46 -0500

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

diff --git a/website/takesurvey.php b/website/takesurvey.php @@ -7,6 +7,7 @@ session_cache_limiter(false); session_start(); include_once 'config.php'; +include 'res/navbar.php'; $uid = $_SESSION['uid']; if (empty($_GET)) { $code = mysqli_real_escape_string($connect, $_POST['survey-code']);