add simak to git repo

This commit is contained in:
ryan
2025-10-10 09:25:05 +07:00
commit dc9b19e59f
2037 changed files with 443491 additions and 0 deletions
+14
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);
}
$singabaja='http://10.10.123.72/';
?>