Fix trailing whitespace and JSON parse errors on backend
This commit is contained in:
@@ -9,4 +9,3 @@ $conn = mysqli_connect($host, $user, $pass, $db);
|
||||
if (!$conn) {
|
||||
die("Koneksi database gagal: " . mysqli_connect_error());
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user