Add dockerfile and update config file

This commit is contained in:
muthianura
2026-06-11 18:56:34 +07:00
parent f104007f77
commit c66457e587
9 changed files with 83 additions and 19 deletions
+1 -5
View File
@@ -1,7 +1,3 @@
<?php
$conn = new mysqli("localhost", "root", "", "webgis2");
if ($conn->connect_error) {
die("Koneksi gagal: " . $conn->connect_error);
}
$conn->set_charset("utf8");
require_once 'config.php';
?>