add webtugas folder

This commit is contained in:
2026-06-10 16:50:48 +07:00
parent 19d7bbf798
commit a6df2be316
37 changed files with 8318 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
session_start();
header('Content-Type: application/json');
$_SESSION = [];
session_destroy();
echo json_encode(['status' => 'success', 'message' => 'Logout berhasil']);
?>