Initial commit - clean and ready for Coolify
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy(); // Menghapus semua data sesi
|
||||
header("Location: login.php"); // Kembali ke halaman login
|
||||
exit;
|
||||
?>
|
||||
Reference in New Issue
Block a user