Commit 9a6cc65f authored by Nico Schallehn's avatar Nico Schallehn

debug.

parent 0a1507cb
......@@ -16,6 +16,8 @@ class MediaDBViewerAPI{
$result = $db->query('select * from Keys WHERE Schuessel = "'.$KEY.'"');
echo 'select * from Keys WHERE Schuessel = "'.$KEY.'"';
$entry = $result->fetchArray();
var_dump($entry);
if($entry['Schluessel'] != null){
$this->DB_Server = $entry['Server'];
......
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