This commit is contained in:
Leander
2017-03-02 11:47:35 +01:00
parent 221c106eb2
commit 4611d3ee4f
2 changed files with 1 additions and 2 deletions

View File

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