improved tagging system

new settings page tab
This commit is contained in:
2020-06-03 12:26:10 +02:00
parent a74cc17e54
commit 0171133d40
11 changed files with 172 additions and 77 deletions

View File

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