mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
prefs system: load phpinfo using inline method
This commit is contained in:
@@ -54,11 +54,7 @@ const Helpers = {
|
||||
},
|
||||
},
|
||||
System: {
|
||||
getPHPInfo: function(widget) {
|
||||
xhrPost("backend.php", {op: 'pref-system', method: 'getphpinfo'}, (transport) => {
|
||||
widget.attr('content', transport.responseText);
|
||||
});
|
||||
}
|
||||
//
|
||||
},
|
||||
EventLog: {
|
||||
log_page: 0,
|
||||
|
||||
Reference in New Issue
Block a user