Commit 03f6bb8d authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0e9570f0
......@@ -25,7 +25,7 @@ class MediaDBViewerAPI{
$this->DB_Database = $entry['Database'];
$this->API_KEY = $entry['Schuessel'];
$DB_Objekt = new mysqli($this->DB_Server, $this->DB_Username,$this->DB_Passwort, $this->DB_Database);
$this->DB_Objekt = new mysqli($this->DB_Server, $this->DB_Username,$this->DB_Passwort, $this->DB_Database);
if($DB_Objekt->error != null){
$ret = false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment