2017-11-22 19:13:00 -05:00

6 lines
106 B
PHP

<?php
include_once "include/SessionManager.php";
SessionManager::clear();
header("Location: index.php");