]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Convert the stats calls from raw to $rpc->stats()->get();
authorBram Matthys <redacted>
Wed, 12 Apr 2023 06:38:01 +0000 (08:38 +0200)
committerBram Matthys <redacted>
Wed, 12 Apr 2023 06:38:27 +0000 (08:38 +0200)
commit9ac271b0e2fc3a2f04d296f62870ea1bd3b68bfd
treea66282e8e5211633c6172990400d46c52b518036
parent213d45539810e563249a87889525ec497f3bf3ee
Convert the stats calls from raw to $rpc->stats()->get();

-$stats = $rpc->query("stats.get", []);
+$stats = $rpc->stats()->get();

That function was added a few minutes ago in unrealircd-rpc-php,
apparently it was missing :D
api/overview.php
index.php