Fifth Commit

This commit is contained in:
2026-06-13 12:01:09 +07:00
parent c150df3dc2
commit 899847d81c
12 changed files with 241 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header("Location: index.php");
exit;