Files
entwatchbans-unloze/logout.php
T
2026-08-12 15:35:36 +02:00

12 lines
350 B
PHP

<?php
include('functions_global.php');
echo "Please wait....";
setcookie("steamID", "", 1, "/", $_SERVER['SERVER_NAME'], true, true);
setcookie("secret_key", "", 1, "/", $_SERVER['SERVER_NAME'], true, true);
setcookie("aid", "", 1, "/", $_SERVER['SERVER_NAME'], true, true);
header("Location: index.php?all");
die();
?>