mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-08 01:41:33 +00:00
support omode in rpc getAllCounters
This commit is contained in:
@@ -42,9 +42,12 @@
|
||||
}
|
||||
|
||||
if ($subop == "getAllCounters") {
|
||||
print "<rpc-reply>";
|
||||
print "<rpc-reply>";
|
||||
print "<counters>";
|
||||
getAllCounters($link);
|
||||
|
||||
$omode = $_GET["omode"];
|
||||
|
||||
getAllCounters($link, $omode);
|
||||
print "</counters>";
|
||||
print_runtime_info($link);
|
||||
print "</rpc-reply>";
|
||||
|
||||
Reference in New Issue
Block a user