Initial commit: Setup Landing Page dan file pertemuan
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy(); // Menghapus semua sesi
|
||||
header("Location: index.php");
|
||||
exit;
|
||||
Reference in New Issue
Block a user