This commit is contained in:
2020-06-06 11:48:12 +00:00
parent 7b044f97b8
commit 5ce517542b
7 changed files with 253 additions and 143 deletions

View File

@ -8,7 +8,7 @@ class Database
private string $servername = "192.168.0.30";
private string $username = "root";
private string $password = "1qayxsw2";
private string $dbname = "hub";
private string $dbname = "mediacenter";
// The db connection is established in the private constructor.
private function __construct()