survey_seahorse

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

commit eb8475bc69003a9408dc5a126a5a9ba9c47e8b88
parent 1db4658e7936e794d45b730c8db505cda99b02d6
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 17:13:13 -0500

Update index.php
Diffstat:
Mwebsite/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/index.php b/website/index.php @@ -23,7 +23,7 @@ $newUser = mysqli_fetch_assoc($result); <meta name="theme-color" content="#ffffff"> </head> -<?php include 'navbar.php';?> +<?php include 'res/navbar.php';?> <h1> Survey Seahorse </h1> <h3> Random Question: <?php echo $q['question_content']; ?> </h3>