cse435website/lib/prelude.inc.php
Sean Joseph 53d2ff7547 Added content to landing page and team page.
The secure website section needs to be reformatted
so that it has matching style along with the rest of the website.
2017-10-29 22:43:40 -04:00

10 lines
223 B
PHP

<?php
/**
* This file should be included for any entry point.
* Constants and session stuff will be saved here.
*/
session_start();
define("LOGIN","login");//login session constant
define("ROOT", "/~joseph62/cse435/");