survey_seahorse

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

commit 28dae29d979f14af32fbe983d624fe6239ca6608
parent c5e5bbaaddbb494ebd46a24e7ed169dbcba50d26
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Mon, 17 Dec 2018 19:50:38 -0500

Bug squashing for feeling lucky button
Diffstat:
Mwebsite/res/navbar.php | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/website/res/navbar.php b/website/res/navbar.php @@ -1,4 +1,6 @@ <?php +include_once 'config.php'; + if (isset($_SESSION['username'])) { $user = $_SESSION['username']; $profile = $user . "'s Profile";