Commit 06319efc authored by Nico Schallehn's avatar Nico Schallehn

Pfad von Key.sqlite und Rights.json angepasst

parent 5fb68329
......@@ -8,8 +8,8 @@
/* Konfig: */
define(API_KEY_LEN, 10);
define(API_VERSION, 0.06);
define(API_KEY_DB, "/var/www/mediadb.ivaya.de/Key.sqlite");
define(API_Rights, "/var/www/mediadb.ivaya.de/Rights.json");
define(API_KEY_DB, "../Key.sqlite");
define(API_Rights, "../Rights.json");
if (!isset($_GET['Pretty'])) {
error_reporting(0); // PHP Fehler nur ausgeben wenn &Pretty gesetzt ist
......
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