Initial Commit: Tugas Semua Pertemuan

This commit is contained in:
2026-06-08 22:37:30 +07:00
commit bdfa23b412
50 changed files with 6888 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
header("Access-Control-Allow-Origin: *");
header("Content-Type: application/json; charset=UTF-8");
session_start();
session_destroy();
http_response_code(200);
echo json_encode(array("message" => "Logout berhasil"));
?>