Initial commit: Setup Landing Page dan file pertemuan

This commit is contained in:
2026-06-09 17:46:57 +07:00
commit a62e01e932
35 changed files with 8807 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy(); // Menghapus semua sesi
header("Location: index.php");
exit;