summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php
index 6cc15f8..ab51bf6 100755
--- a/bin/backend.php
+++ b/bin/backend.php
@@ -1,6 +1,6 @@
<?php
-header('Content-Type: application/json; charset: utf-8');
+header('Content-Encoding: gzip; Content-Type: application/json; charset: utf-8');
if (file_exists('../config.php'))
include ('../config.php');