diff options
author | Alib <aliboba@free.fr> | 2010-03-28 15:44:12 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-28 15:44:12 +0200 |
commit | a74cb4af9d06aa704b4d21a6b3fee287fdf8fa5d (patch) | |
tree | 214f5efc18c9c0e9b138fa38d1c9dc5115e83a7c | |
parent | 9bae58f18ce68118f980e66cb8b9cf342310e36d (diff) | |
download | istreamdev-a74cb4af9d06aa704b4d21a6b3fee287fdf8fa5d.tar.gz istreamdev-a74cb4af9d06aa704b4d21a6b3fee287fdf8fa5d.tar.bz2 |
gzip don't work with json now, removed it
-rwxr-xr-x | bin/backend.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php index ab51bf6..df8c06f 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -1,6 +1,8 @@ <?php -header('Content-Encoding: gzip; Content-Type: application/json; charset: utf-8'); +//header('Content-Encoding: gzip'); +header('Content-Type: application/json; charset: utf-8'); +//header('Content-Transfer-Encoding: binary'); if (file_exists('../config.php')) include ('../config.php'); |