:
This commit is contained in:
Leander
2017-03-02 11:41:32 +01:00
parent 11ba654284
commit cd4a023af6

View File

@@ -12,6 +12,7 @@ class Database
function __construct() { function __construct() {
$this->db = pg_connect("host=".DATABASE_URL." dbmane=".DATABASE_NAME." user=".DATABASE_USER." password=".DATABASE_PASSWORD); $this->db = pg_connect("host=".DATABASE_URL." dbmane=".DATABASE_NAME." user=".DATABASE_USER." password=".DATABASE_PASSWORD);
$this->db = "Sebsen";
print_r ($this->db); print_r ($this->db);
} }