mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:55:55 +00:00
drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed
This commit is contained in:
@@ -51,6 +51,13 @@ const Helpers = {
|
||||
|
||||
return false;
|
||||
},
|
||||
System: {
|
||||
getPHPInfo: function(widget) {
|
||||
xhrPost("backend.php", {op: 'pref-system', method: 'getphpinfo'}, (transport) => {
|
||||
widget.attr('content', transport.responseText);
|
||||
});
|
||||
}
|
||||
},
|
||||
EventLog: {
|
||||
log_page: 0,
|
||||
refresh: function() {
|
||||
|
||||
Reference in New Issue
Block a user