Harden Project 01 public endpoints

This commit is contained in:
Andrie
2026-06-11 23:15:42 +07:00
parent a90748d9c1
commit 6f4488c1b8
39 changed files with 1183 additions and 612 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
<?php
require_once __DIR__ . '/auth/helper.php';
require_once __DIR__ . '/koneksi.php';
start_session();
$_SESSION = [];
clear_session_cookie();
session_destroy();
header('Location: index.php');
exit;