1
0
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:
Andrew Dolgov
2006-12-07 09:06:38 +01:00
parent 0b126ac277
commit cf4d339c28
5 changed files with 50 additions and 26 deletions

View File

@@ -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>";