Dateien nach "/" hochladen

This commit is contained in:
2026-07-28 10:12:57 +00:00
commit bc0dca6608
5 changed files with 554 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
require __DIR__ . '/includes/auth.php';
$_SESSION = [];
session_destroy();
header('Location: index.php');
exit;