summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/backend.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/backend.php b/bin/backend.php
index c85dc71..7ea0649 100755
--- a/bin/backend.php
+++ b/bin/backend.php
@@ -1,5 +1,8 @@
<?php
+ob_start("ob_gzhandler");
+
header('Content-Type: application/json; charset: utf-8');
+header('Content-Encoding: gzip');
if (file_exists('../config.php'))
include ('../config.php');