summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 1337db5c2..efc3793d3 100644
--- a/backend.php
+++ b/backend.php
@@ -56,7 +56,7 @@
header("Content-Type: text/plain; charset=utf-8");
- if (ENABLE_GZIP_OUTPUT) {
+ if (ENABLE_GZIP_OUTPUT && function_exists("ob_gzhandler")) {
ob_start("ob_gzhandler");
}