Commit 403eb1ca authored by Nico Schallehn's avatar Nico Schallehn

test

parent b35a3ce2
......@@ -25,8 +25,14 @@ class MediaDBViewerAPI{
$this->API_KEY = $entry['Schuessel'];
$DB_Objekt = new mysqli($this->DB_Server, $this->DB_Username,$this->DB_Passwort, $this->DB_Database);
if($DB_Objekt->error != null){
$ret = false;
}
else{
$ret = true;
}
$ret = true;
}
else{
$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