hi
:
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user