mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:25:54 +00:00
only enable ob_gzhandler if it exists
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user