header info added

This commit is contained in:
Leander
2017-03-02 11:53:02 +01:00
parent 4611d3ee4f
commit 2bb1ad6b09
3 changed files with 13 additions and 2 deletions

11
header.inc.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
/**
* Created by PhpStorm.
* User: leanderschmedemann
* Date: 02/03/2017
* Time: 11:49
*/
header("Content-Type: application/json; Charset=utf-8");
?>