2021-12-29 01:07:39 +02:00

8 lines
117 B
PHP

<?php
if (isset($_SESSION['username'])) {
session_destroy();
}
header('Location: ' . PROJECT_HOST, true, 302);