survey_seahorse

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

commit aa21995d8763efed31377c5c318c609c7aa049b1
parent 2f04fae80704cba86b7c159ad9c32671ed213b50
Author: David Liotta <liottad6@students.rowan.edu>
Date:   Tue, 18 Dec 2018 15:45:27 -0500

Added session_start();
Diffstat:
Mwebsite/directory.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/website/directory.php b/website/directory.php @@ -1,5 +1,6 @@ <html> <?php + session_start(); ini_set('display_errors', 'On'); error_reporting(E_ALL | E_STRICT); include_once 'config.php';