Commit d50c998b authored by Nico Schallehn's avatar Nico Schallehn

test

parent da4e4e71
......@@ -9,7 +9,7 @@
* Konfig:
*/
define(API_KEY_LEN, 10);
define(API_VERSION, 0.002);
define(API_VERSION, 0.02);
define(API_KEY_DB, "Key.sqlite");
error_reporting(0);
......@@ -32,7 +32,7 @@ class MediaDBViewerAPI{
if($entry['Schuessel'] != null){
$this->DB_Server = $entry['Server'];
$this->DB_Username = $entry['Username'];
$this->DB_Passwort = $entry['Passwort']."asdf";
$this->DB_Passwort = $entry['Passwort'];
$this->DB_Database = $entry['Database'];
$this->API_Rechte = $entry['Rechte'];
$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