survey_seahorse

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

commit 70ad7f3350519a1bb8ac6b565cdf31f0b49aaaf2
parent 69cd922ad33fd67d95a6d811bebfee1d2d03870f
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Sun, 16 Dec 2018 21:10:16 -0500

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

diff --git a/website/createsurvey.php b/website/createsurvey.php @@ -1,4 +1,4 @@ -<? php include 'res/navbar.php';?> +<?php include 'res/navbar.php';?> <html> <h2> Create A New Survey </h2> <form class="create-survey-form" action="res/new-survey.php" method="POST">