1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:55:55 +00:00

prefs system: load phpinfo using inline method

This commit is contained in:
Andrew Dolgov
2021-02-14 12:29:08 +03:00
parent 6b5c9c781b
commit 1c7e4782aa
3 changed files with 10 additions and 11 deletions

View File

@@ -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,