From 68b35ce39ec4caa35832070190a89c5aeb7ce3c9 Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 9 Jun 2026 12:34:45 +0000 Subject: [PATCH] Update connect.php --- connect.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/connect.php b/connect.php index ff692df..888d555 100644 --- a/connect.php +++ b/connect.php @@ -1,10 +1,11 @@ connect_error) { http_response_code(500); @@ -13,4 +14,4 @@ if ($conn->connect_error) { "message" => "Koneksi database gagal: " . $conn->connect_error ])); } -?> +?> \ No newline at end of file