Add dockerfile and update config file
This commit is contained in:
@@ -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';
|
||||
?>
|
||||
Reference in New Issue
Block a user