diff options
author | Alib <aliboba@free.fr> | 2010-03-28 15:47:27 +0200 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-28 15:47:27 +0200 |
commit | d9b542524bc76084bad8761178e924fcedef970f (patch) | |
tree | 06c63a44e7d2c75904b241563cbe7529bf861f44 /bin | |
parent | a74cb4af9d06aa704b4d21a6b3fee287fdf8fa5d (diff) | |
download | istreamdev-d9b542524bc76084bad8761178e924fcedef970f.tar.gz istreamdev-d9b542524bc76084bad8761178e924fcedef970f.tar.bz2 |
removed useless stuff
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/backend.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/backend.php b/bin/backend.php index df8c06f..c85dc71 100755 --- a/bin/backend.php +++ b/bin/backend.php @@ -1,8 +1,5 @@ <?php - -//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'); |