Upload files to "/"

This commit is contained in:
2026-06-02 03:12:01 +00:00
commit 123425bf39
5 changed files with 810 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header('Location: index.php?logout=1');
exit;