mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-09-13 06:11:59 +00:00
8 lines
117 B
PHP
8 lines
117 B
PHP
|
|
<?php
|
|
|
|
if (isset($_SESSION['username'])) {
|
|
session_destroy();
|
|
}
|
|
|
|
header('Location: ' . PROJECT_HOST, true, 302); |