commit 9f9344a2dcd448650af9773aab2e778a52e3b3f3 parent a5f52ee62d5749d213073f8853518c82fdc42149 Author: David Liotta <liottad6@students.rowan.edu> Date: Sun, 16 Dec 2018 17:32:58 -0500 Added navbar Diffstat:
M | website/questions.php | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/website/questions.php b/website/questions.php @@ -1,6 +1,7 @@ <p> Enter the questions for your survey </p> <?php session_start(); +include 'res/navbar.php'; if (isset($_SESSION['questions'])) { $questions = $_SESSION['questions'];