rpc/getAllCounters: return seq
This commit is contained in:
parent
8c49689fda
commit
b66deb3240
|
@ -274,7 +274,8 @@ class RPC extends Handler_Protected {
|
|||
@$seq = (int) $_REQUEST['seq'];
|
||||
|
||||
$reply = [
|
||||
'counters' => Counters::getAllCounters()
|
||||
'counters' => Counters::getAllCounters(),
|
||||
'seq' => $seq
|
||||
];
|
||||
|
||||
if ($seq % 2 == 0)
|
||||
|
|
Loading…
Reference in New Issue