Upload files to "/"

This commit is contained in:
2026-06-10 21:03:41 +00:00
parent fc05509c20
commit 036135d48d
5 changed files with 2180 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$conn = mysqli_connect("localhost", "root", "", "webgis");
if (!$conn) {
die("Koneksi gagal: " . mysqli_connect_error());
}
?>