Commit f8aef39e authored by Nico Schallehn's avatar Nico Schallehn

Pfad anpassung der sqlite

parent 4f48555a
...@@ -13,7 +13,7 @@ include 'api.class.php'; ...@@ -13,7 +13,7 @@ include 'api.class.php';
*/ */
define(API_KEY_LEN, 10); define(API_KEY_LEN, 10);
define(API_VERSION, 0.001); define(API_VERSION, 0.001);
define(API_KEY_DB, "Key.sqlite"); define(API_KEY_DB, "/var/www/mediadb.ivaya.de/MediaDBViewerAPI/Key.sqlite");
$API = new MediaDBViewerAPI(); $API = new MediaDBViewerAPI();
......
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