initial commit

This commit is contained in:
Luke Ogburn
2019-03-30 23:28:27 -04:00
commit c4c52ce522
18 changed files with 725 additions and 0 deletions

5
profile.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
session_start();
$user = $_SESSION['user'];
?>