commit 583c359ca53046988088fd2ae17e3cc3ebb47555 parent aa21995d8763efed31377c5c318c609c7aa049b1 Author: Alamine Elasmai <elasmaia0@students.rowan.edu> Date: Tue, 18 Dec 2018 15:48:40 -0500 delete "?>" line 1 Diffstat:
A | .gitignore | | | 2 | ++ |
M | website/createsurvey.php | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/website/createsurvey.php b/website/createsurvey.php @@ -1,4 +1,4 @@ -<?php include 'res/navbar.php';?> +<?php include 'res/navbar.php'; session_start(); if(!isset($_SESSION['uid'])){