Files
furatalog-old-web/logout.php
T

11 lines
142 B
PHP
Raw Normal View History

2025-05-20 12:36:47 +02:00
aa
<?php
session_start();
$_SESSION["uuid"] = null;
unset($_SESSION["uuid"]);
header("Location: https://mfgames.net/");
?>