Initial commit

This commit is contained in:
simon
2017-11-22 19:13:00 -05:00
commit e3ab67e95c
133 changed files with 202341 additions and 0 deletions

6
logout.re.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
include_once "include/SessionManager.php";
SessionManager::clear();
header("Location: index.php");