From cd4a023af61433eb3d7c0636584c99ec45bd6d86 Mon Sep 17 00:00:00 2001 From: Leander Date: Thu, 2 Mar 2017 11:41:32 +0100 Subject: [PATCH] hi : --- Database.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Database.php b/Database.php index b84794d..b156054 100644 --- a/Database.php +++ b/Database.php @@ -12,6 +12,7 @@ class Database function __construct() { $this->db = pg_connect("host=".DATABASE_URL." dbmane=".DATABASE_NAME." user=".DATABASE_USER." password=".DATABASE_PASSWORD); + $this->db = "Sebsen"; print_r ($this->db); }