Commit e2da769d authored by Nico Schallehn's avatar Nico Schallehn

Header geändert

parent 5e9b83cf
...@@ -4,15 +4,15 @@ ...@@ -4,15 +4,15 @@
* @author Nico Schallehn, Markus Then * @author Nico Schallehn, Markus Then
* *
*/ */
//header('Content-type: text/html; charset=UTF-8'); header('Content-type: text/html; charset=UTF-8');
header('content-type: application/json; charset=utf-8'); //header('content-type: application/json; charset=utf-8');
include 'api.class.php'; include 'api.class.php';
/** /**
* Konfig: * Konfig:
*/ */
define(API_KEY_LEN, 10); define(API_KEY_LEN, 10);
define(API_VERSION, 0.00001); define(API_VERSION, 0.001);
$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