diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-17 17:34:49 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-17 17:34:49 +0100 |
commit | 9f94e565988c2cd5bf765b4d21584b1ac2fcb64f (patch) | |
tree | 02379b9f248ec4e403ededaf05bdf09e77f86f1c /bin/backend.php | |
parent | cb1f04cb56c6779ee09c6d2a83164c06ac2efcc9 (diff) | |
parent | 4f0f14afafed51fe7731be510853bdab0dbb3821 (diff) | |
download | istreamdev-9f94e565988c2cd5bf765b4d21584b1ac2fcb64f.tar.gz istreamdev-9f94e565988c2cd5bf765b4d21584b1ac2fcb64f.tar.bz2 |
Merge branch 'jquery' of projects.vdr-developer.org:istreamdev into jquery
* 'jquery' of projects.vdr-developer.org:istreamdev:
changed header
added killall session
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-x | bin/backend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php index 1c99f7e..3eaa127 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -1,6 +1,6 @@ <?php -header('Content-type: text/html'); +header('Content-Type: application/json; charset: UTF-8'); if (file_exists('../config.php')) include ('../config.php'); |