directory cleanup

This commit is contained in:
2023-07-10 13:36:21 +02:00
parent b71bc255ab
commit d152ebf4a2
8 changed files with 23 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
session_start();
session_destroy();
header("Location: /");
exit;
?>