Initial commit - clean and ready for Coolify
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$conn = new mysqli("localhost", "root", "", "webgis_baru");
|
||||
if ($conn->connect_error) {
|
||||
die("Koneksi gagal: " . $conn->connect_error);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user