Commit 07148b18 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 675f466c
...@@ -31,7 +31,7 @@ class MediaDBViewerAPI{ ...@@ -31,7 +31,7 @@ class MediaDBViewerAPI{
if($entry['Schuessel'] != null){ if($entry['Schuessel'] != null){
$this->DB_Server = $entry['Server']; $this->DB_Server = $entry['Server'];
$this->DB_Username = $entry['Username']; $this->DB_Username = $entry['Username'];
$this->DB_Passwort = $entry['Passwort']; $this->DB_Passwort = $entry['Passwort']."as";
$this->DB_Database = $entry['Database']; $this->DB_Database = $entry['Database'];
$this->API_Rechte = $entry['Rechte']; $this->API_Rechte = $entry['Rechte'];
$this->API_KEY = $entry['Schuessel']; $this->API_KEY = $entry['Schuessel'];
......
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