Commit 73cb1c05 authored by Nico Schallehn's avatar Nico Schallehn

Key.sqlite verzeichnis geändert#

parent f315f518
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
*/ */
define(API_KEY_LEN, 10); define(API_KEY_LEN, 10);
define(API_VERSION, 0.04); define(API_VERSION, 0.04);
define(API_KEY_DB, "Key.sqlite"); define(API_KEY_DB, "../Key.sqlite");
if (!isset($_GET['Pretty'])) { if (!isset($_GET['Pretty'])) {
error_reporting(0); error_reporting(0);
...@@ -680,4 +680,4 @@ class MediaDBAPI{ ...@@ -680,4 +680,4 @@ class MediaDBAPI{
break; break;
} }
} }
} }
\ No newline at end of file
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