Add files via upload

This commit is contained in:
NikolaiDerDeutsche
2023-12-03 00:06:49 +01:00
committed by GitHub
commit ebe454e805
6 changed files with 183 additions and 0 deletions

5
exit.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
setcookie("user", "", time()-3600);
setcookie("userID", "", time()-3600);
header("Location: /index.php");
?>