initial comit of repository

This commit is contained in:
jenz
2026-08-12 15:35:36 +02:00
commit 8ede019d8f
21 changed files with 4392 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?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();
?>