diff options
-rw-r--r-- | bin/backend.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/backend.php b/bin/backend.php index b69fb0d..59f8bd4 100644 --- a/bin/backend.php +++ b/bin/backend.php @@ -11,7 +11,6 @@ if (function_exists('dl')) if(!ob_start("ob_gzhandler")) ob_start(); -ob_start("ob_gzhandler"); header('Content-Type: application/json; charset: utf-8'); header('Content-Encoding: gzip'); |