mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed
This commit is contained in:
@@ -16,10 +16,6 @@
|
||||
|
||||
if (!init_plugins()) return;
|
||||
|
||||
if (ENABLE_GZIP_OUTPUT && function_exists("ob_gzhandler")) {
|
||||
ob_start("ob_gzhandler");
|
||||
}
|
||||
|
||||
$method = $_REQUEST["op"];
|
||||
|
||||
$override = PluginHost::getInstance()->lookup_handler("public", $method);
|
||||
|
||||
Reference in New Issue
Block a user