add simak to git repo
This commit is contained in:
@@ -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/';
|
||||
?>
|
||||
Reference in New Issue
Block a user