mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +00:00
drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed
This commit is contained in:
@@ -38,10 +38,6 @@
|
||||
|
||||
header("Content-Type: text/json; charset=utf-8");
|
||||
|
||||
if (ENABLE_GZIP_OUTPUT && function_exists("ob_gzhandler")) {
|
||||
ob_start("ob_gzhandler");
|
||||
}
|
||||
|
||||
if (SINGLE_USER_MODE) {
|
||||
UserHelper::authenticate( "admin", null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user