summaryrefslogtreecommitdiff
path: root/bin/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/backend.php')
-rwxr-xr-xbin/backend.php4
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');