chore: update database connection to point to webgis_poverty schema

This commit is contained in:
Syariffullah
2026-06-12 21:03:51 +07:00
parent eac52fbfb5
commit 0ba7bc6622
+1 -1
View File
@@ -2,7 +2,7 @@
$host = "localhost";
$user = "root";
$pass = "";
$db = "webgis_sig";
$db = "webgis_poverty";
// Coba koneksi ke server dan pilih database
$conn = new mysqli($host, $user, $pass, $db);