first commit

This commit is contained in:
2024-05-31 14:18:00 +07:00
commit 1f8ef5e17f
4029 changed files with 777987 additions and 0 deletions

14
app/tes/tes.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
$conn = pg_connect("host=10.10.123.72 port=5432 dbname=singabaja user='root'
password='rumbuk'");
if ($conn->connect_error) {
die("Connection failed: " . $con->connect_error);
} else {echo "sukses";}
?>