@@ -0,0 +1,7 @@
<?php
$conn = new mysqli("localhost", "root", "", "webgis_unified");
if ($conn->connect_error) {
die("Koneksi gagal: " . $conn->connect_error);
}
?>
The note is not visible to the blocked user.